#CC7C25

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

Shades of Ochre #CC7C25

Tints of Ochre #CC7C25

Color information

#CC7C25 (or 0xCC7C25) is unknown color: approx Ochre. HEX triplet: CC, 7C and 25. RGB value is (204,124,37). Sum of RGB (Red+Green+Blue) = 204+124+37=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C25 is #3383DA. Grayscale: #8A8A8A. Windows color (decimal): -3376091 or 2456780. OLE color: 2456780.

HSL color Cylindrical-coordinate representation of color #CC7C25: hue angle of 31.26º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7C25 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB20412437-
CMYK00.390.820.2
HSL31.26º69.29%47.25%-
HSV(B)31.26º81.86%80%-
XYZ32.4427.395.33-
YUV13871175.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 37 (14.84% from 255) = 10.14%
R=55.89%
G=33.97%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041243700.390.820.231.2669.2947.25
HexCC7C2502752141f452f
Octal31417445047122243710557
Binary1100110011111001001010100111101001010100111111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C25; }

 p { color: rgb(204,124,37); }

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

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

 a { background-color: rgb(204,124,37); }

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

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

 span { border-color: rgb(204,124,37); }

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