#CC7E1A

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

Shades of Ochre #CC7E1A

Tints of Ochre #CC7E1A

Color information

#CC7E1A (or 0xCC7E1A) is unknown color: approx Ochre. HEX triplet: CC, 7E and 1A. RGB value is (204,126,26). Sum of RGB (Red+Green+Blue) = 204+126+26=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E1A is #3381E5. Grayscale: #8A8A8A. Windows color (decimal): -3375590 or 1736396. OLE color: 1736396.

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

Color convert

RGB20412626-
CMYK00.380.870.2
HSL33.71º77.39%45.1%-
HSV(B)33.71º87.25%80%-
XYZ32.5527.834.63-
YUV137.9264.84175.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 26 (10.55% from 255) = 7.30%
R=57.30%
G=35.39%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041262600.380.870.233.7177.3945.1
HexCC7E1A0265714224d2d
Octal31417632046127244211555
Binary1100110011111101101001001101010111101001000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E1A; }

 p { color: rgb(204,126,26); }

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

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

 a { background-color: rgb(204,126,26); }

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

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

 span { border-color: rgb(204,126,26); }

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