Html Css Color HEX #CC9799 Careys Pink

📋 copy color: '#CC9799'

red 204 ◦ green 151 ◦ blue 153

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

Shades of Careys Pink #CC9799

Tints of Careys Pink #CC9799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.72%

 BLUE value IS 153 (60.16% from 255) = 30.12%

R = 40.16%
G = 29.72%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9799 (or 0xCC9799) is known color: Careys Pink. HEX triplet: CC, 97 and 99. RGB value is (204,151,153). Sum of RGB (Red+Green+Blue) = 204+151+153=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9799 is #336866. Grayscale: #A7A7A7. Windows color (decimal): -3369063 or 10065868. OLE color: 10065868.

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

Color convert

RGB 204 151 153 -
CMYK 0 0.26 0.25 0.2
HSL 357.74º 0.34% 0.7% -
HSV(B) 357.74º 0.26% 0.8% -
XYZ 41.72 37.27 35.13 -
YUV 167.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 204 151 153 0 0.26 0.25 0.2 357.74 0.34 0.7
Hex CC 97 99 0 1A 19 14 166 22 46
Octal 314 227 231 0 32 31 24 546 42 106
Binary 11001100 10010111 10011001 0 11010 11001 10100 101100110 100010 1000110

Color Harmonies of #CC9799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9799

Black with #CC9799

Text Example


Text Example

White with #CC9799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9799; }

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

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

background-color css

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

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

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

border-color css

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

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

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