#CC7510

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

Shades of Ochre #CC7510

Tints of Ochre #CC7510

Color information

#CC7510 (or 0xCC7510) is unknown color: approx Ochre. HEX triplet: CC, 75 and 10. RGB value is (204,117,16). Sum of RGB (Red+Green+Blue) = 204+117+16=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7510 is #338AEF. Grayscale: #838383. Windows color (decimal): -3377904 or 1078732. OLE color: 1078732.

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

Color convert

RGB20411716-
CMYK00.430.920.2
HSL32.23º85.45%43.14%-
HSV(B)32.23º92.16%80%-
XYZ31.3625.63.78-
YUV131.562.82179.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.53%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 16 (6.64% from 255) = 4.75%
R=60.53%
G=34.72%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041171600.430.920.232.2385.4543.14
HexCC751002B5C1420552b
Octal31416520053134244012553
Binary1100110011101011000001010111011100101001000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7510; }

 p { color: rgb(204,117,16); }

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

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

 a { background-color: rgb(204,117,16); }

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

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

 span { border-color: rgb(204,117,16); }

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