#CC8850

Color #CC8850 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CC8850

Tints of Raw Sienna #CC8850

Color information

#CC8850 (or 0xCC8850) is unknown color: approx Raw Sienna. HEX triplet: CC, 88 and 50. RGB value is (204,136,80). Sum of RGB (Red+Green+Blue) = 204+136+80=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8850 is #3377AF. Grayscale: #969696. Windows color (decimal): -3372976 or 5277900. OLE color: 5277900.

HSL color Cylindrical-coordinate representation of color #CC8850: hue angle of 27.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC8850 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20413680-
CMYK00.330.610.2
HSL27.1º54.87%55.69%-
HSV(B)27.1º60.78%80%-
XYZ35.1531.0211.73-
YUV149.9588.53166.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=48.57%
G=32.38%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041368000.330.610.227.154.8755.69
HexCC88500213D141b3738
Octal3142101200417524336770
Binary1100110010001000101000001000011111011010011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8850; }

 p { color: rgb(204,136,80); }

 H1.HeaderClassName
 {
   color: #CC8850;
 }
 .AnyTagClassName
 {
   color: #CC8850;
 }
</style>
background-color css

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

 a { background-color: rgb(204,136,80); }

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

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

 span { border-color: rgb(204,136,80); }

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