Html Css Color HEX #CC9CA8 Careys Pink

📋 copy color: '#CC9CA8'

red 204 ◦ green 156 ◦ blue 168

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

Shades of Careys Pink #CC9CA8

Tints of Careys Pink #CC9CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.55%

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

R = 38.64%
G = 29.55%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC9CA8 (or 0xCC9CA8) is known color: Careys Pink. HEX triplet: CC, 9C and A8. RGB value is (204,156,168). Sum of RGB (Red+Green+Blue) = 204+156+168=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CA8 is #336357. Grayscale: #ABABAB. Windows color (decimal): -3367768 or 11050188. OLE color: 11050188.

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

Color convert

RGB 204 156 168 -
CMYK 0 0.24 0.18 0.2
HSL 345º 0.32% 0.71% -
HSV(B) 345º 0.24% 0.8% -
XYZ 43.86 39.44 42.35 -
YUV 171.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 204 156 168 0 0.24 0.18 0.2 345 0.32 0.71
Hex CC 9C A8 0 18 12 14 159 20 47
Octal 314 234 250 0 30 22 24 531 40 107
Binary 11001100 10011100 10101000 0 11000 10010 10100 101011001 100000 1000111

Color Harmonies of #CC9CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CA8

Black with #CC9CA8

Text Example


Text Example

White with #CC9CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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