Html Css Color HEX #CC9CA5 Careys Pink

📋 copy color: '#CC9CA5'

red 204 ◦ green 156 ◦ blue 165

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

Shades of Careys Pink #CC9CA5

Tints of Careys Pink #CC9CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.43%

R = 38.86%
G = 29.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC9CA5 (or 0xCC9CA5) is known color: Careys Pink. HEX triplet: CC, 9C and A5. RGB value is (204,156,165). Sum of RGB (Red+Green+Blue) = 204+156+165=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CA5 is #33635A. Grayscale: #ABABAB. Windows color (decimal): -3367771 or 10853580. OLE color: 10853580.

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

Color convert

RGB 204 156 165 -
CMYK 0 0.24 0.19 0.2
HSL 348.75º 0.32% 0.71% -
HSV(B) 348.75º 0.24% 0.8% -
XYZ 43.58 39.33 40.89 -
YUV 171.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 204 156 165 0 0.24 0.19 0.2 348.75 0.32 0.71
Hex CC 9C A5 0 18 13 14 15D 20 47
Octal 314 234 245 0 30 23 24 535 40 107
Binary 11001100 10011100 10100101 0 11000 10011 10100 101011101 100000 1000111

Color Harmonies of #CC9CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CA5

Black with #CC9CA5

Text Example


Text Example

White with #CC9CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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