#CC782A

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

Shades of Ochre #CC782A

Tints of Ochre #CC782A

Color information

#CC782A (or 0xCC782A) is unknown color: approx Ochre. HEX triplet: CC, 78 and 2A. RGB value is (204,120,42). Sum of RGB (Red+Green+Blue) = 204+120+42=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC782A is #3387D5. Grayscale: #888888. Windows color (decimal): -3377110 or 2783436. OLE color: 2783436.

HSL color Cylindrical-coordinate representation of color #CC782A: hue angle of 28.89º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC782A is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB20412042-
CMYK00.410.790.2
HSL28.89º65.85%48.24%-
HSV(B)28.89º79.41%80%-
XYZ32.0426.445.6-
YUV136.2274.83176.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 42 (16.80% from 255) = 11.48%
R=55.74%
G=32.79%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041204200.410.790.228.8965.8548.24
HexCC782A0294F141d4230
Octal31417052051117243510260
Binary1100110011110001010100101001100111110100111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC782A; }

 p { color: rgb(204,120,42); }

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

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

 a { background-color: rgb(204,120,42); }

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

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

 span { border-color: rgb(204,120,42); }

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