Html Css Color HEX #CC7E92 Puce

📋 copy color: '#CC7E92'

red 204 ◦ green 126 ◦ blue 146

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

Shades of Puce #CC7E92

Tints of Puce #CC7E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 42.86%
G = 26.47%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC7E92 (or 0xCC7E92) is known color: Puce. HEX triplet: CC, 7E and 92. RGB value is (204,126,146). Sum of RGB (Red+Green+Blue) = 204+126+146=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7E92 is #33816D. Grayscale: #979797. Windows color (decimal): -3375470 or 9600716. OLE color: 9600716.

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

Color convert

RGB 204 126 146 -
CMYK 0 0.38 0.28 0.2
HSL 344.62º 0.43% 0.65% -
HSV(B) 344.62º 0.38% 0.8% -
XYZ 37.55 29.83 30.97 -
YUV 151.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 204 126 146 0 0.38 0.28 0.2 344.62 0.43 0.65
Hex CC 7E 92 0 26 1C 14 159 2B 41
Octal 314 176 222 0 46 34 24 531 53 101
Binary 11001100 1111110 10010010 0 100110 11100 10100 101011001 101011 1000001

Color Harmonies of #CC7E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E92

Black with #CC7E92

Text Example


Text Example

White with #CC7E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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