#C17E1C

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

Shades of Ochre #C17E1C

Tints of Ochre #C17E1C

Color information

#C17E1C (or 0xC17E1C) is unknown color: approx Ochre. HEX triplet: C1, 7E and 1C. RGB value is (193,126,28). Sum of RGB (Red+Green+Blue) = 193+126+28=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E1C is #3E81E3. Grayscale: #878787. Windows color (decimal): -4096484 or 1867457. OLE color: 1867457.

HSL color Cylindrical-coordinate representation of color #C17E1C: hue angle of 35.64º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C17E1C is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB19312628-
CMYK00.350.850.24
HSL35.64º74.66%43.33%-
HSV(B)35.64º85.49%75.69%-
XYZ29.6626.344.62-
YUV134.8667.7169.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 28 (11.33% from 255) = 8.07%
R=55.62%
G=36.31%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931262800.350.850.2435.6474.6643.33
HexC17E1C0235518244b2b
Octal30117634043125304411353
Binary1100000111111101110001000111010101110001001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E1C; }

 p { color: rgb(193,126,28); }

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

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

 a { background-color: rgb(193,126,28); }

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

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

 span { border-color: rgb(193,126,28); }

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