Html Css Color HEX #CCA8AD Careys Pink

📋 copy color: '#CCA8AD'

red 204 ◦ green 168 ◦ blue 173

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

Shades of Careys Pink #CCA8AD

Tints of Careys Pink #CCA8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 37.43%
G = 30.83%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCA8AD (or 0xCCA8AD) is known color: Careys Pink. HEX triplet: CC, A8 and AD. RGB value is (204,168,173). Sum of RGB (Red+Green+Blue) = 204+168+173=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8AD is #335752. Grayscale: #B3B3B3. Windows color (decimal): -3364691 or 11380940. OLE color: 11380940.

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

Color convert

RGB 204 168 173 -
CMYK 0 0.18 0.15 0.2
HSL 351.67º 0.26% 0.73% -
HSV(B) 351.67º 0.18% 0.8% -
XYZ 46.45 43.86 45.55 -
YUV 179.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 204 168 173 0 0.18 0.15 0.2 351.67 0.26 0.73
Hex CC A8 AD 0 12 F 14 160 1A 49
Octal 314 250 255 0 22 17 24 540 32 111
Binary 11001100 10101000 10101101 0 10010 1111 10100 101100000 11010 1001001

Color Harmonies of #CCA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8AD

Black with #CCA8AD

Text Example


Text Example

White with #CCA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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