Html Css Color HEX #D69CA4 Careys Pink

📋 copy color: '#D69CA4'

red 214 ◦ green 156 ◦ blue 164

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

Shades of Careys Pink #D69CA4

Tints of Careys Pink #D69CA4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.21%

 BLUE value IS 164 (64.45% from 255) = 30.71%

R = 40.07%
G = 29.21%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D69CA4 (or 0xD69CA4) is known color: Careys Pink. HEX triplet: D6, 9C and A4. RGB value is (214,156,164). Sum of RGB (Red+Green+Blue) = 214+156+164=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69CA4 is #29635B. Grayscale: #AEAEAE. Windows color (decimal): -2712412 or 10788054. OLE color: 10788054.

HSL color Cylindrical-coordinate representation of color #D69CA4: hue angle of 351.72º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69CA4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 156 164 -
CMYK 0 0.27 0.23 0.16
HSL 351.72º 0.41% 0.73% -
HSV(B) 351.72º 0.27% 0.84% -
XYZ 46.32 40.75 40.55 -
YUV 174.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 214 156 164 0 0.27 0.23 0.16 351.72 0.41 0.73
Hex D6 9C A4 0 1B 17 10 160 29 49
Octal 326 234 244 0 33 27 20 540 51 111
Binary 11010110 10011100 10100100 0 11011 10111 10000 101100000 101001 1001001

Color Harmonies of #D69CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CA4

Black with #D69CA4

Text Example


Text Example

White with #D69CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CA4; }

 p { color: rgb(214,156,164); }

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

background-color css

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

 a { background-color: rgb(214,156,164); }

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

border-color css

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

 span { border-color: rgb(214,156,164); }

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