Html Css Color HEX #CC9CA0 Careys Pink

📋 copy color: '#CC9CA0'

red 204 ◦ green 156 ◦ blue 160

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

Shades of Careys Pink #CC9CA0

Tints of Careys Pink #CC9CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.77%

R = 39.23%
G = 30%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC9CA0 (or 0xCC9CA0) is known color: Careys Pink. HEX triplet: CC, 9C and A0. RGB value is (204,156,160). Sum of RGB (Red+Green+Blue) = 204+156+160=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CA0 is #33635F. Grayscale: #AAAAAA. Windows color (decimal): -3367776 or 10525900. OLE color: 10525900.

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

Color convert

RGB 204 156 160 -
CMYK 0 0.24 0.22 0.2
HSL 355º 0.32% 0.71% -
HSV(B) 355º 0.24% 0.8% -
XYZ 43.14 39.15 38.54 -
YUV 170.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 204 156 160 0 0.24 0.22 0.2 355 0.32 0.71
Hex CC 9C A0 0 18 16 14 163 20 47
Octal 314 234 240 0 30 26 24 543 40 107
Binary 11001100 10011100 10100000 0 11000 10110 10100 101100011 100000 1000111

Color Harmonies of #CC9CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CA0

Black with #CC9CA0

Text Example


Text Example

White with #CC9CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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