Html Css Color HEX #CC7D9F Puce

📋 copy color: '#CC7D9F'

red 204 ◦ green 125 ◦ blue 159

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

Shades of Puce #CC7D9F

Tints of Puce #CC7D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.58%

R = 41.8%
G = 25.61%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC7D9F (or 0xCC7D9F) is known color: Puce. HEX triplet: CC, 7D and 9F. RGB value is (204,125,159). Sum of RGB (Red+Green+Blue) = 204+125+159=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D9F is #338260. Grayscale: #989898. Windows color (decimal): -3375713 or 10452428. OLE color: 10452428.

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

Color convert

RGB 204 125 159 -
CMYK 0 0.39 0.22 0.2
HSL 334.18º 0.44% 0.65% -
HSV(B) 334.18º 0.39% 0.8% -
XYZ 38.49 30.01 36.56 -
YUV 152.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 204 125 159 0 0.39 0.22 0.2 334.18 0.44 0.65
Hex CC 7D 9F 0 27 16 14 14E 2C 41
Octal 314 175 237 0 47 26 24 516 54 101
Binary 11001100 1111101 10011111 0 100111 10110 10100 101001110 101100 1000001

Color Harmonies of #CC7D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D9F

Black with #CC7D9F

Text Example


Text Example

White with #CC7D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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