Html Css Color HEX #CCA0AA Careys Pink

📋 copy color: '#CCA0AA'

red 204 ◦ green 160 ◦ blue 170

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

Shades of Careys Pink #CCA0AA

Tints of Careys Pink #CCA0AA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.96%

 BLUE value IS 170 (66.8% from 255) = 31.84%

R = 38.2%
G = 29.96%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCA0AA (or 0xCCA0AA) is known color: Careys Pink. HEX triplet: CC, A0 and AA. RGB value is (204,160,170). Sum of RGB (Red+Green+Blue) = 204+160+170=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0AA is #335F55. Grayscale: #AEAEAE. Windows color (decimal): -3366742 or 11182284. OLE color: 11182284.

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

Color convert

RGB 204 160 170 -
CMYK 0 0.22 0.17 0.2
HSL 346.36º 0.3% 0.71% -
HSV(B) 346.36º 0.22% 0.8% -
XYZ 44.73 40.88 43.56 -
YUV 174.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 204 160 170 0 0.22 0.17 0.2 346.36 0.3 0.71
Hex CC A0 AA 0 16 11 14 15A 1E 47
Octal 314 240 252 0 26 21 24 532 36 107
Binary 11001100 10100000 10101010 0 10110 10001 10100 101011010 11110 1000111

Color Harmonies of #CCA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0AA

Black with #CCA0AA

Text Example


Text Example

White with #CCA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0AA; }

 p { color: rgb(204,160,170); }

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

background-color css

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

 a { background-color: rgb(204,160,170); }

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

border-color css

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

 span { border-color: rgb(204,160,170); }

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