Html Css Color HEX #CCA0AB Careys Pink

📋 copy color: '#CCA0AB'

red 204 ◦ green 160 ◦ blue 171

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

Shades of Careys Pink #CCA0AB

Tints of Careys Pink #CCA0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.96%

R = 38.13%
G = 29.91%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCA0AB (or 0xCCA0AB) is known color: Careys Pink. HEX triplet: CC, A0 and AB. RGB value is (204,160,171). Sum of RGB (Red+Green+Blue) = 204+160+171=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0AB is #335F54. Grayscale: #AEAEAE. Windows color (decimal): -3366741 or 11247820. OLE color: 11247820.

HSL color Cylindrical-coordinate representation of color #CCA0AB: hue angle of 345º 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 #CCA0AB is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 171 -
CMYK 0 0.22 0.16 0.2
HSL 345º 0.3% 0.71% -
HSV(B) 345º 0.22% 0.8% -
XYZ 44.82 40.92 44.06 -
YUV 174.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 204 160 171 0 0.22 0.16 0.2 345 0.3 0.71
Hex CC A0 AB 0 16 10 14 159 1E 47
Octal 314 240 253 0 26 20 24 531 36 107
Binary 11001100 10100000 10101011 0 10110 10000 10100 101011001 11110 1000111

Color Harmonies of #CCA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0AB

Black with #CCA0AB

Text Example


Text Example

White with #CCA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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