Html Css Color HEX #CC7F9F Puce

📋 copy color: '#CC7F9F'

red 204 ◦ green 127 ◦ blue 159

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

Shades of Puce #CC7F9F

Tints of Puce #CC7F9F

RGB

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

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

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

R = 41.63%
G = 25.92%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC7F9F (or 0xCC7F9F) is known color: Puce. HEX triplet: CC, 7F and 9F. RGB value is (204,127,159). Sum of RGB (Red+Green+Blue) = 204+127+159=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F9F is #338060. Grayscale: #999999. Windows color (decimal): -3375201 or 10452940. OLE color: 10452940.

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

Color convert

RGB 204 127 159 -
CMYK 0 0.38 0.22 0.2
HSL 335.06º 0.43% 0.65% -
HSV(B) 335.06º 0.38% 0.8% -
XYZ 38.75 30.52 36.65 -
YUV 153.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 204 127 159 0 0.38 0.22 0.2 335.06 0.43 0.65
Hex CC 7F 9F 0 26 16 14 14F 2B 41
Octal 314 177 237 0 46 26 24 517 53 101
Binary 11001100 1111111 10011111 0 100110 10110 10100 101001111 101011 1000001

Color Harmonies of #CC7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F9F

Black with #CC7F9F

Text Example


Text Example

White with #CC7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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