Html Css Color HEX #CC7F9D Puce

📋 copy color: '#CC7F9D'

red 204 ◦ green 127 ◦ blue 157

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

Shades of Puce #CC7F9D

Tints of Puce #CC7F9D

RGB

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

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

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

R = 41.8%
G = 26.02%
B = 32.17%

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

#CC7F9D (or 0xCC7F9D) is known color: Puce. HEX triplet: CC, 7F and 9D. RGB value is (204,127,157). Sum of RGB (Red+Green+Blue) = 204+127+157=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F9D is #338062. Grayscale: #999999. Windows color (decimal): -3375203 or 10321868. OLE color: 10321868.

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

Color convert

RGB 204 127 157 -
CMYK 0 0.38 0.23 0.2
HSL 336.62º 0.43% 0.65% -
HSV(B) 336.62º 0.38% 0.8% -
XYZ 38.58 30.45 35.74 -
YUV 153.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 204 127 157 0 0.38 0.23 0.2 336.62 0.43 0.65
Hex CC 7F 9D 0 26 17 14 151 2B 41
Octal 314 177 235 0 46 27 24 521 53 101
Binary 11001100 1111111 10011101 0 100110 10111 10100 101010001 101011 1000001

Color Harmonies of #CC7F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F9D

Black with #CC7F9D

Text Example


Text Example

White with #CC7F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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