Html Css Color HEX #CC7F9E Puce

📋 copy color: '#CC7F9E'

red 204 ◦ green 127 ◦ blue 158

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

Shades of Puce #CC7F9E

Tints of Puce #CC7F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 25.97%

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

R = 41.72%
G = 25.97%
B = 32.31%

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

#CC7F9E (or 0xCC7F9E) is known color: Puce. HEX triplet: CC, 7F and 9E. RGB value is (204,127,158). Sum of RGB (Red+Green+Blue) = 204+127+158=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F9E is #338061. Grayscale: #999999. Windows color (decimal): -3375202 or 10387404. OLE color: 10387404.

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

Color convert

RGB 204 127 158 -
CMYK 0 0.38 0.23 0.2
HSL 335.84º 0.43% 0.65% -
HSV(B) 335.84º 0.38% 0.8% -
XYZ 38.66 30.48 36.19 -
YUV 153.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 204 127 158 0 0.38 0.23 0.2 335.84 0.43 0.65
Hex CC 7F 9E 0 26 17 14 150 2B 41
Octal 314 177 236 0 46 27 24 520 53 101
Binary 11001100 1111111 10011110 0 100110 10111 10100 101010000 101011 1000001

Color Harmonies of #CC7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F9E

Black with #CC7F9E

Text Example


Text Example

White with #CC7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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