Html Css Color HEX #CC7E9E Puce

📋 copy color: '#CC7E9E'

red 204 ◦ green 126 ◦ blue 158

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

Shades of Puce #CC7E9E

Tints of Puce #CC7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.82%

 BLUE value IS 158 (62.11% from 255) = 32.38%

R = 41.8%
G = 25.82%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC7E9E (or 0xCC7E9E) is known color: Puce. HEX triplet: CC, 7E and 9E. RGB value is (204,126,158). Sum of RGB (Red+Green+Blue) = 204+126+158=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E9E is #338161. Grayscale: #989898. Windows color (decimal): -3375458 or 10387148. OLE color: 10387148.

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

Color convert

RGB 204 126 158 -
CMYK 0 0.38 0.23 0.2
HSL 335.38º 0.43% 0.65% -
HSV(B) 335.38º 0.38% 0.8% -
XYZ 38.53 30.23 36.15 -
YUV 152.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 204 126 158 0 0.38 0.23 0.2 335.38 0.43 0.65
Hex CC 7E 9E 0 26 17 14 14F 2B 41
Octal 314 176 236 0 46 27 24 517 53 101
Binary 11001100 1111110 10011110 0 100110 10111 10100 101001111 101011 1000001

Color Harmonies of #CC7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E9E

Black with #CC7E9E

Text Example


Text Example

White with #CC7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E9E; }

 p { color: rgb(204,126,158); }

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

background-color css

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

 a { background-color: rgb(204,126,158); }

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

border-color css

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

 span { border-color: rgb(204,126,158); }

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