#C1721E

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

Shades of Ochre #C1721E

Tints of Ochre #C1721E

Color information

#C1721E (or 0xC1721E) is unknown color: approx Ochre. HEX triplet: C1, 72 and 1E. RGB value is (193,114,30). Sum of RGB (Red+Green+Blue) = 193+114+30=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1721E is #3E8DE1. Grayscale: #808080. Windows color (decimal): -4099554 or 1995457. OLE color: 1995457.

HSL color Cylindrical-coordinate representation of color #C1721E: hue angle of 30.92º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1721E is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19311430-
CMYK00.410.840.24
HSL30.92º73.09%43.73%-
HSV(B)30.92º84.46%75.69%-
XYZ28.2423.474.27-
YUV128.0472.67174.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=57.27%
G=33.83%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931143000.410.840.2430.9273.0943.73
HexC1721E02954181f492c
Octal30116236051124303711154
Binary110000011110010111100101001101010011000111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1721E; }

 p { color: rgb(193,114,30); }

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

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

 a { background-color: rgb(193,114,30); }

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

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

 span { border-color: rgb(193,114,30); }

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