Html Css Color HEX #C57108 Ochre

📋 copy color: '#C57108'

red 197 ◦ green 113 ◦ blue 8

#C57108
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C57108

Tints of Ochre #C57108

RGB

 RED value IS 197 (77.34% from 255) = 61.95%

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 61.95%
G = 35.53%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C57108 (or 0xC57108) is known color: Ochre. HEX triplet: C5, 71 and 08. RGB value is (197,113,8). Sum of RGB (Red+Green+Blue) = 197+113+8=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C57108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57108 is #3A8EF7. Grayscale: #7E7E7E. Windows color (decimal): -3837688 or 553413. OLE color: 553413.

HSL color Cylindrical-coordinate representation of color #C57108: hue angle of 33.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C57108 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 113 8 -
CMYK 0 0.43 0.96 0.23
HSL 33.33º 0.92% 0.4% -
HSV(B) 33.33º 0.96% 0.77% -
XYZ 28.97 23.7 3.28 -
YUV 126.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 197 113 8 0 0.43 0.96 0.23 33.33 0.92 0.4
Hex C5 71 8 0 2B 60 17 21 5C 28
Octal 305 161 10 0 53 140 27 41 134 50
Binary 11000101 1110001 1000 0 101011 1100000 10111 100001 1011100 101000

Color Harmonies of #C57108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57108

Black with #C57108

Text Example


Text Example

White with #C57108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57108; }

 p { color: rgb(197,113,8); }

 H1.HeaderClassName
 {
   color: #C57108;
 }
 .AnyTagClassName
 {
   color: #C57108;
 }
</style>

background-color css

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

 a { background-color: rgb(197,113,8); }

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

border-color css

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

 span { border-color: rgb(197,113,8); }

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