Html Css Color HEX #CCA8AB Careys Pink

📋 copy color: '#CCA8AB'

red 204 ◦ green 168 ◦ blue 171

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

Shades of Careys Pink #CCA8AB

Tints of Careys Pink #CCA8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

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

R = 37.57%
G = 30.94%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCA8AB (or 0xCCA8AB) is known color: Careys Pink. HEX triplet: CC, A8 and AB. RGB value is (204,168,171). Sum of RGB (Red+Green+Blue) = 204+168+171=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8AB is #335754. Grayscale: #B3B3B3. Windows color (decimal): -3364693 or 11249868. OLE color: 11249868.

HSL color Cylindrical-coordinate representation of color #CCA8AB: hue angle of 355º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8AB is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 171 -
CMYK 0 0.18 0.16 0.2
HSL 355º 0.26% 0.73% -
HSV(B) 355º 0.18% 0.8% -
XYZ 46.26 43.78 44.54 -
YUV 179.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 204 168 171 0 0.18 0.16 0.2 355 0.26 0.73
Hex CC A8 AB 0 12 10 14 163 1A 49
Octal 314 250 253 0 22 20 24 543 32 111
Binary 11001100 10101000 10101011 0 10010 10000 10100 101100011 11010 1001001

Color Harmonies of #CCA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8AB

Black with #CCA8AB

Text Example


Text Example

White with #CCA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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