Html Css Color HEX #CC999D Careys Pink

📋 copy color: '#CC999D'

red 204 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #CC999D

Tints of Careys Pink #CC999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.77%

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

R = 39.69%
G = 29.77%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC999D (or 0xCC999D) is known color: Careys Pink. HEX triplet: CC, 99 and 9D. RGB value is (204,153,157). Sum of RGB (Red+Green+Blue) = 204+153+157=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC999D is #336662. Grayscale: #A8A8A8. Windows color (decimal): -3368547 or 10328524. OLE color: 10328524.

HSL color Cylindrical-coordinate representation of color #CC999D: hue angle of 355.29º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC999D is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 153 157 -
CMYK 0 0.25 0.23 0.2
HSL 355.29º 0.33% 0.7% -
HSV(B) 355.29º 0.25% 0.8% -
XYZ 42.38 38.05 37.01 -
YUV 168.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 204 153 157 0 0.25 0.23 0.2 355.29 0.33 0.7
Hex CC 99 9D 0 19 17 14 163 21 46
Octal 314 231 235 0 31 27 24 543 41 106
Binary 11001100 10011001 10011101 0 11001 10111 10100 101100011 100001 1000110

Color Harmonies of #CC999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC999D

Black with #CC999D

Text Example


Text Example

White with #CC999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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