Html Css Color HEX #CC7D9D Puce

📋 copy color: '#CC7D9D'

red 204 ◦ green 125 ◦ blue 157

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

Shades of Puce #CC7D9D

Tints of Puce #CC7D9D

RGB

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

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

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

R = 41.98%
G = 25.72%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC7D9D (or 0xCC7D9D) is known color: Puce. HEX triplet: CC, 7D and 9D. RGB value is (204,125,157). Sum of RGB (Red+Green+Blue) = 204+125+157=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D9D is #338262. Grayscale: #989898. Windows color (decimal): -3375715 or 10321356. OLE color: 10321356.

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

Color convert

RGB 204 125 157 -
CMYK 0 0.39 0.23 0.2
HSL 335.7º 0.44% 0.65% -
HSV(B) 335.7º 0.39% 0.8% -
XYZ 38.32 29.94 35.66 -
YUV 152.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 204 125 157 0 0.39 0.23 0.2 335.7 0.44 0.65
Hex CC 7D 9D 0 27 17 14 150 2C 41
Octal 314 175 235 0 47 27 24 520 54 101
Binary 11001100 1111101 10011101 0 100111 10111 10100 101010000 101100 1000001

Color Harmonies of #CC7D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D9D

Black with #CC7D9D

Text Example


Text Example

White with #CC7D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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