Html Css Color HEX #CC7D9A Puce

📋 copy color: '#CC7D9A'

red 204 ◦ green 125 ◦ blue 154

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

Shades of Puce #CC7D9A

Tints of Puce #CC7D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.88%

R = 42.24%
G = 25.88%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC7D9A (or 0xCC7D9A) is known color: Puce. HEX triplet: CC, 7D and 9A. RGB value is (204,125,154). Sum of RGB (Red+Green+Blue) = 204+125+154=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D9A is #338265. Grayscale: #979797. Windows color (decimal): -3375718 or 10124748. OLE color: 10124748.

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

Color convert

RGB 204 125 154 -
CMYK 0 0.39 0.25 0.2
HSL 337.97º 0.44% 0.65% -
HSV(B) 337.97º 0.39% 0.8% -
XYZ 38.07 29.84 34.32 -
YUV 151.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 204 125 154 0 0.39 0.25 0.2 337.97 0.44 0.65
Hex CC 7D 9A 0 27 19 14 152 2C 41
Octal 314 175 232 0 47 31 24 522 54 101
Binary 11001100 1111101 10011010 0 100111 11001 10100 101010010 101100 1000001

Color Harmonies of #CC7D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D9A

Black with #CC7D9A

Text Example


Text Example

White with #CC7D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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