Html Css Color HEX #CC8C93 Puce

📋 copy color: '#CC8C93'

red 204 ◦ green 140 ◦ blue 147

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

Shades of Puce #CC8C93

Tints of Puce #CC8C93

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.51%

 BLUE value IS 147 (57.81% from 255) = 29.94%

R = 41.55%
G = 28.51%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC8C93 (or 0xCC8C93) is known color: Puce. HEX triplet: CC, 8C and 93. RGB value is (204,140,147). Sum of RGB (Red+Green+Blue) = 204+140+147=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C93 is #33736C. Grayscale: #9F9F9F. Windows color (decimal): -3371885 or 9669836. OLE color: 9669836.

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

Color convert

RGB 204 140 147 -
CMYK 0 0.31 0.28 0.2
HSL 353.44º 0.39% 0.67% -
HSV(B) 353.44º 0.31% 0.8% -
XYZ 39.55 33.7 32.02 -
YUV 159.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 204 140 147 0 0.31 0.28 0.2 353.44 0.39 0.67
Hex CC 8C 93 0 1F 1C 14 161 27 43
Octal 314 214 223 0 37 34 24 541 47 103
Binary 11001100 10001100 10010011 0 11111 11100 10100 101100001 100111 1000011

Color Harmonies of #CC8C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C93

Black with #CC8C93

Text Example


Text Example

White with #CC8C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C93; }

 p { color: rgb(204,140,147); }

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

background-color css

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

 a { background-color: rgb(204,140,147); }

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

border-color css

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

 span { border-color: rgb(204,140,147); }

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