Html Css Color HEX #CCA0A8 Careys Pink

📋 copy color: '#CCA0A8'

red 204 ◦ green 160 ◦ blue 168

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

Shades of Careys Pink #CCA0A8

Tints of Careys Pink #CCA0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.58%

R = 38.35%
G = 30.08%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CCA0A8 (or 0xCCA0A8) is known color: Careys Pink. HEX triplet: CC, A0 and A8. RGB value is (204,160,168). Sum of RGB (Red+Green+Blue) = 204+160+168=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0A8 is #335F57. Grayscale: #AEAEAE. Windows color (decimal): -3366744 or 11051212. OLE color: 11051212.

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

Color convert

RGB 204 160 168 -
CMYK 0 0.22 0.18 0.2
HSL 349.09º 0.3% 0.71% -
HSV(B) 349.09º 0.22% 0.8% -
XYZ 44.54 40.81 42.57 -
YUV 174.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 204 160 168 0 0.22 0.18 0.2 349.09 0.3 0.71
Hex CC A0 A8 0 16 12 14 15D 1E 47
Octal 314 240 250 0 26 22 24 535 36 107
Binary 11001100 10100000 10101000 0 10110 10010 10100 101011101 11110 1000111

Color Harmonies of #CCA0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0A8

Black with #CCA0A8

Text Example


Text Example

White with #CCA0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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