Html Css Color HEX #CC8093 Puce

📋 copy color: '#CC8093'

red 204 ◦ green 128 ◦ blue 147

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

Shades of Puce #CC8093

Tints of Puce #CC8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.72%

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

R = 42.59%
G = 26.72%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC8093 (or 0xCC8093) is known color: Puce. HEX triplet: CC, 80 and 93. RGB value is (204,128,147). Sum of RGB (Red+Green+Blue) = 204+128+147=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8093 is #337F6C. Grayscale: #989898. Windows color (decimal): -3374957 or 9666764. OLE color: 9666764.

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

Color convert

RGB 204 128 147 -
CMYK 0 0.37 0.28 0.2
HSL 345º 0.43% 0.65% -
HSV(B) 345º 0.37% 0.8% -
XYZ 37.89 30.38 31.47 -
YUV 152.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 204 128 147 0 0.37 0.28 0.2 345 0.43 0.65
Hex CC 80 93 0 25 1C 14 159 2B 41
Octal 314 200 223 0 45 34 24 531 53 101
Binary 11001100 10000000 10010011 0 100101 11100 10100 101011001 101011 1000001

Color Harmonies of #CC8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8093

Black with #CC8093

Text Example


Text Example

White with #CC8093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8093; }

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

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

background-color css

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

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

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

border-color css

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

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

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