Html Css Color HEX #CC7D99 Puce

📋 copy color: '#CC7D99'

red 204 ◦ green 125 ◦ blue 153

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

Shades of Puce #CC7D99

Tints of Puce #CC7D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

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

R = 42.32%
G = 25.93%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC7D99 (or 0xCC7D99) is known color: Puce. HEX triplet: CC, 7D and 99. RGB value is (204,125,153). Sum of RGB (Red+Green+Blue) = 204+125+153=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D99 is #338266. Grayscale: #979797. Windows color (decimal): -3375719 or 10059212. OLE color: 10059212.

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

Color convert

RGB 204 125 153 -
CMYK 0 0.39 0.25 0.2
HSL 338.73º 0.44% 0.65% -
HSV(B) 338.73º 0.39% 0.8% -
XYZ 37.99 29.8 33.89 -
YUV 151.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 204 125 153 0 0.39 0.25 0.2 338.73 0.44 0.65
Hex CC 7D 99 0 27 19 14 153 2C 41
Octal 314 175 231 0 47 31 24 523 54 101
Binary 11001100 1111101 10011001 0 100111 11001 10100 101010011 101100 1000001

Color Harmonies of #CC7D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D99

Black with #CC7D99

Text Example


Text Example

White with #CC7D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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