Html Css Color HEX #CC9C9D Careys Pink

📋 copy color: '#CC9C9D'

red 204 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #CC9C9D

Tints of Careys Pink #CC9C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 39.46%
G = 30.17%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC9C9D (or 0xCC9C9D) is known color: Careys Pink. HEX triplet: CC, 9C and 9D. RGB value is (204,156,157). Sum of RGB (Red+Green+Blue) = 204+156+157=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C9D is #336362. Grayscale: #AAAAAA. Windows color (decimal): -3367779 or 10329292. OLE color: 10329292.

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

Color convert

RGB 204 156 157 -
CMYK 0 0.24 0.23 0.2
HSL 358.75º 0.32% 0.71% -
HSV(B) 358.75º 0.24% 0.8% -
XYZ 42.88 39.05 37.18 -
YUV 170.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 204 156 157 0 0.24 0.23 0.2 358.75 0.32 0.71
Hex CC 9C 9D 0 18 17 14 167 20 47
Octal 314 234 235 0 30 27 24 547 40 107
Binary 11001100 10011100 10011101 0 11000 10111 10100 101100111 100000 1000111

Color Harmonies of #CC9C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C9D

Black with #CC9C9D

Text Example


Text Example

White with #CC9C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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