Html Css Color HEX #CC7D96 Puce

📋 copy color: '#CC7D96'

red 204 ◦ green 125 ◦ blue 150

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

Shades of Puce #CC7D96

Tints of Puce #CC7D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 42.59%
G = 26.1%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC7D96 (or 0xCC7D96) is known color: Puce. HEX triplet: CC, 7D and 96. RGB value is (204,125,150). Sum of RGB (Red+Green+Blue) = 204+125+150=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D96 is #338269. Grayscale: #979797. Windows color (decimal): -3375722 or 9862604. OLE color: 9862604.

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

Color convert

RGB 204 125 150 -
CMYK 0 0.39 0.26 0.2
HSL 341.01º 0.44% 0.65% -
HSV(B) 341.01º 0.39% 0.8% -
XYZ 37.74 29.71 32.6 -
YUV 151.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 204 125 150 0 0.39 0.26 0.2 341.01 0.44 0.65
Hex CC 7D 96 0 27 1A 14 155 2C 41
Octal 314 175 226 0 47 32 24 525 54 101
Binary 11001100 1111101 10010110 0 100111 11010 10100 101010101 101100 1000001

Color Harmonies of #CC7D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D96

Black with #CC7D96

Text Example


Text Example

White with #CC7D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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