Html Css Color HEX #CC7DA0 Puce

📋 copy color: '#CC7DA0'

red 204 ◦ green 125 ◦ blue 160

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

Shades of Puce #CC7DA0

Tints of Puce #CC7DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.72%

R = 41.72%
G = 25.56%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC7DA0 (or 0xCC7DA0) is known color: Puce. HEX triplet: CC, 7D and A0. RGB value is (204,125,160). Sum of RGB (Red+Green+Blue) = 204+125+160=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7DA0 is #33825F. Grayscale: #989898. Windows color (decimal): -3375712 or 10517964. OLE color: 10517964.

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

Color convert

RGB 204 125 160 -
CMYK 0 0.39 0.22 0.2
HSL 333.42º 0.44% 0.65% -
HSV(B) 333.42º 0.39% 0.8% -
XYZ 38.58 30.04 37.02 -
YUV 152.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 204 125 160 0 0.39 0.22 0.2 333.42 0.44 0.65
Hex CC 7D A0 0 27 16 14 14D 2C 41
Octal 314 175 240 0 47 26 24 515 54 101
Binary 11001100 1111101 10100000 0 100111 10110 10100 101001101 101100 1000001

Color Harmonies of #CC7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DA0

Black with #CC7DA0

Text Example


Text Example

White with #CC7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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