#CC792B

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

Shades of Ochre #CC792B

Tints of Ochre #CC792B

Color information

#CC792B (or 0xCC792B) is unknown color: approx Ochre. HEX triplet: CC, 79 and 2B. RGB value is (204,121,43). Sum of RGB (Red+Green+Blue) = 204+121+43=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC792B is #3386D4. Grayscale: #898989. Windows color (decimal): -3376853 or 2849228. OLE color: 2849228.

HSL color Cylindrical-coordinate representation of color #CC792B: hue angle of 29.07º degrees, saturation: 0.65, 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 #CC792B is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB20412143-
CMYK00.410.790.2
HSL29.07º65.18%48.43%-
HSV(B)29.07º78.92%80%-
XYZ32.1826.695.74-
YUV136.9275175.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=55.43%
G=32.88%
B=11.68%

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
Decimal2041214300.410.790.229.0765.1848.43
HexCC792B0294F141d4130
Octal31417153051117243510160
Binary1100110011110011010110101001100111110100111011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC792B; }

 p { color: rgb(204,121,43); }

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

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

 a { background-color: rgb(204,121,43); }

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

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

 span { border-color: rgb(204,121,43); }

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