Html Css Color HEX #CC7EA1 Puce

📋 copy color: '#CC7EA1'

red 204 ◦ green 126 ◦ blue 161

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

Shades of Puce #CC7EA1

Tints of Puce #CC7EA1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.66%

 BLUE value IS 161 (63.28% from 255) = 32.79%

R = 41.55%
G = 25.66%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC7EA1 (or 0xCC7EA1) is known color: Puce. HEX triplet: CC, 7E and A1. RGB value is (204,126,161). Sum of RGB (Red+Green+Blue) = 204+126+161=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EA1 is #33815E. Grayscale: #999999. Windows color (decimal): -3375455 or 10583756. OLE color: 10583756.

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

Color convert

RGB 204 126 161 -
CMYK 0 0.38 0.21 0.2
HSL 333.08º 0.43% 0.65% -
HSV(B) 333.08º 0.38% 0.8% -
XYZ 38.8 30.33 37.53 -
YUV 153.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 204 126 161 0 0.38 0.21 0.2 333.08 0.43 0.65
Hex CC 7E A1 0 26 15 14 14D 2B 41
Octal 314 176 241 0 46 25 24 515 53 101
Binary 11001100 1111110 10100001 0 100110 10101 10100 101001101 101011 1000001

Color Harmonies of #CC7EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EA1

Black with #CC7EA1

Text Example


Text Example

White with #CC7EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EA1; }

 p { color: rgb(204,126,161); }

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

background-color css

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

 a { background-color: rgb(204,126,161); }

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

border-color css

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

 span { border-color: rgb(204,126,161); }

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