Html Css Color HEX #D697A0 Careys Pink

📋 copy color: '#D697A0'

red 214 ◦ green 151 ◦ blue 160

#D697A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D697A0

Tints of Careys Pink #D697A0

RGB

 RED value IS 214 (83.98% from 255) = 40.76%

 GREEN value IS 151 (59.38% from 255) = 28.76%

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 40.76%
G = 28.76%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D697A0 (or 0xD697A0) is known color: Careys Pink. HEX triplet: D6, 97 and A0. RGB value is (214,151,160). Sum of RGB (Red+Green+Blue) = 214+151+160=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D697A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697A0 is #29685F. Grayscale: #AAAAAA. Windows color (decimal): -2713696 or 10524630. OLE color: 10524630.

HSL color Cylindrical-coordinate representation of color #D697A0: hue angle of 351.43º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697A0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 160 -
CMYK 0 0.29 0.25 0.16
HSL 351.43º 0.43% 0.72% -
HSV(B) 351.43º 0.29% 0.84% -
XYZ 45.14 38.97 38.4 -
YUV 170.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 214 151 160 0 0.29 0.25 0.16 351.43 0.43 0.72
Hex D6 97 A0 0 1D 19 10 15F 2B 48
Octal 326 227 240 0 35 31 20 537 53 110
Binary 11010110 10010111 10100000 0 11101 11001 10000 101011111 101011 1001000

Color Harmonies of #D697A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697A0

Black with #D697A0

Text Example


Text Example

White with #D697A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697A0; }

 p { color: rgb(214,151,160); }

 H1.HeaderClassName
 {
   color: #D697A0;
 }
 .AnyTagClassName
 {
   color: #D697A0;
 }
</style>

background-color css

<style>
 a { background-color: #D697A0; }

 a { background-color: rgb(214,151,160); }

 div.DivClassName
 {
   background-color: #D697A0;
 }
 .BgClassName
 {
   background-color: #D697A0;
 }
</style>

border-color css

<style>
 span { border-color: #D697A0; }

 span { border-color: rgb(214,151,160); }

 td.TdClassName
 {
   border-color: #D697A0;
 }
 .TagClassName
 {
   border-color: #D697A0;
 }
</style>