Html Css Color HEX #CCA5A9 Careys Pink

📋 copy color: '#CCA5A9'

red 204 ◦ green 165 ◦ blue 169

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

Shades of Careys Pink #CCA5A9

Tints of Careys Pink #CCA5A9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.67%

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

R = 37.92%
G = 30.67%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCA5A9 (or 0xCCA5A9) is known color: Careys Pink. HEX triplet: CC, A5 and A9. RGB value is (204,165,169). Sum of RGB (Red+Green+Blue) = 204+165+169=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA5A9 is #335A56. Grayscale: #B1B1B1. Windows color (decimal): -3365463 or 11118028. OLE color: 11118028.

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

Color convert

RGB 204 165 169 -
CMYK 0 0.19 0.17 0.2
HSL 353.85º 0.28% 0.72% -
HSV(B) 353.85º 0.19% 0.8% -
XYZ 45.52 42.61 43.36 -
YUV 177.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 204 165 169 0 0.19 0.17 0.2 353.85 0.28 0.72
Hex CC A5 A9 0 13 11 14 162 1C 48
Octal 314 245 251 0 23 21 24 542 34 110
Binary 11001100 10100101 10101001 0 10011 10001 10100 101100010 11100 1001000

Color Harmonies of #CCA5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5A9

Black with #CCA5A9

Text Example


Text Example

White with #CCA5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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