#CC7A0E

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

Shades of Ochre #CC7A0E

Tints of Ochre #CC7A0E

Color information

#CC7A0E (or 0xCC7A0E) is unknown color: approx Ochre. HEX triplet: CC, 7A and 0E. RGB value is (204,122,14). Sum of RGB (Red+Green+Blue) = 204+122+14=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A0E is #3385F1. Grayscale: #868686. Windows color (decimal): -3376626 or 948940. OLE color: 948940.

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

Color convert

RGB20412214-
CMYK00.400.930.2
HSL34.11º87.16%42.75%-
HSV(B)34.11º93.14%80%-
XYZ31.9426.793.9-
YUV134.2160.17177.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 14 (5.86% from 255) = 4.12%
R=60%
G=35.88%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041221400.400.930.234.1187.1642.75
HexCC7AE0285D1422572b
Octal31417216050135244212753
Binary110011001111010111001010001011101101001000101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A0E; }

 p { color: rgb(204,122,14); }

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

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

 a { background-color: rgb(204,122,14); }

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

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

 span { border-color: rgb(204,122,14); }

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