Html Css Color HEX #CC7FA2 Puce

📋 copy color: '#CC7FA2'

red 204 ◦ green 127 ◦ blue 162

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

Shades of Puce #CC7FA2

Tints of Puce #CC7FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.86%

R = 41.38%
G = 25.76%
B = 32.86%

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

#CC7FA2 (or 0xCC7FA2) is known color: Puce. HEX triplet: CC, 7F and A2. RGB value is (204,127,162). Sum of RGB (Red+Green+Blue) = 204+127+162=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FA2 is #33805D. Grayscale: #999999. Windows color (decimal): -3375198 or 10649548. OLE color: 10649548.

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

Color convert

RGB 204 127 162 -
CMYK 0 0.38 0.21 0.2
HSL 332.73º 0.43% 0.65% -
HSV(B) 332.73º 0.38% 0.8% -
XYZ 39.01 30.62 38.04 -
YUV 154.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 204 127 162 0 0.38 0.21 0.2 332.73 0.43 0.65
Hex CC 7F A2 0 26 15 14 14D 2B 41
Octal 314 177 242 0 46 25 24 515 53 101
Binary 11001100 1111111 10100010 0 100110 10101 10100 101001101 101011 1000001

Color Harmonies of #CC7FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FA2

Black with #CC7FA2

Text Example


Text Example

White with #CC7FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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