Html Css Color HEX #CCA4A9 Careys Pink

📋 copy color: '#CCA4A9'

red 204 ◦ green 164 ◦ blue 169

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

Shades of Careys Pink #CCA4A9

Tints of Careys Pink #CCA4A9

RGB

 RED value IS 204 (80.08% from 255) = 37.99%

 GREEN value IS 164 (64.45% from 255) = 30.54%

 BLUE value IS 169 (66.41% from 255) = 31.47%

R = 37.99%
G = 30.54%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCA4A9 (or 0xCCA4A9) is known color: Careys Pink. HEX triplet: CC, A4 and A9. RGB value is (204,164,169). Sum of RGB (Red+Green+Blue) = 204+164+169=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA4A9 is #335B56. Grayscale: #B0B0B0. Windows color (decimal): -3365719 or 11117772. OLE color: 11117772.

HSL color Cylindrical-coordinate representation of color #CCA4A9: hue angle of 352.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA4A9 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 169 -
CMYK 0 0.20 0.17 0.2
HSL 352.5º 0.28% 0.72% -
HSV(B) 352.5º 0.2% 0.8% -
XYZ 45.34 42.25 43.3 -
YUV 176.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 204 164 169 0 0.20 0.17 0.2 352.5 0.28 0.72
Hex CC A4 A9 0 14 11 14 160 1C 48
Octal 314 244 251 0 24 21 24 540 34 110
Binary 11001100 10100100 10101001 0 10100 10001 10100 101100000 11100 1001000

Color Harmonies of #CCA4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4A9

Black with #CCA4A9

Text Example


Text Example

White with #CCA4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4A9; }

 p { color: rgb(204,164,169); }

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

background-color css

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

 a { background-color: rgb(204,164,169); }

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

border-color css

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

 span { border-color: rgb(204,164,169); }

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