Html Css Color HEX #CC8A92 Puce

📋 copy color: '#CC8A92'

red 204 ◦ green 138 ◦ blue 146

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

Shades of Puce #CC8A92

Tints of Puce #CC8A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

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

R = 41.8%
G = 28.28%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC8A92 (or 0xCC8A92) is known color: Puce. HEX triplet: CC, 8A and 92. RGB value is (204,138,146). Sum of RGB (Red+Green+Blue) = 204+138+146=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A92 is #33756D. Grayscale: #9E9E9E. Windows color (decimal): -3372398 or 9603788. OLE color: 9603788.

HSL color Cylindrical-coordinate representation of color #CC8A92: hue angle of 352.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8A92 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 146 -
CMYK 0 0.32 0.28 0.2
HSL 352.73º 0.39% 0.67% -
HSV(B) 352.73º 0.32% 0.8% -
XYZ 39.18 33.09 31.52 -
YUV 158.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 204 138 146 0 0.32 0.28 0.2 352.73 0.39 0.67
Hex CC 8A 92 0 20 1C 14 161 27 43
Octal 314 212 222 0 40 34 24 541 47 103
Binary 11001100 10001010 10010010 0 100000 11100 10100 101100001 100111 1000011

Color Harmonies of #CC8A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A92

Black with #CC8A92

Text Example


Text Example

White with #CC8A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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