Html Css Color HEX #C37012 Ochre

📋 copy color: '#C37012'

red 195 ◦ green 112 ◦ blue 18

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

Shades of Ochre #C37012

Tints of Ochre #C37012

RGB

 RED value IS 195 (76.56% from 255) = 60%

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 60%
G = 34.46%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C37012 (or 0xC37012) is known color: Ochre. HEX triplet: C3, 70 and 12. RGB value is (195,112,18). Sum of RGB (Red+Green+Blue) = 195+112+18=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C37012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37012 is #3C8FED. Grayscale: #7E7E7E. Windows color (decimal): -3969006 or 1208515. OLE color: 1208515.

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

Color convert

RGB 195 112 18 -
CMYK 0 0.43 0.91 0.24
HSL 31.86º 0.83% 0.42% -
HSV(B) 31.86º 0.91% 0.76% -
XYZ 28.41 23.23 3.56 -
YUV 126.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 195 112 18 0 0.43 0.91 0.24 31.86 0.83 0.42
Hex C3 70 12 0 2B 5B 18 20 53 2A
Octal 303 160 22 0 53 133 30 40 123 52
Binary 11000011 1110000 10010 0 101011 1011011 11000 100000 1010011 101010

Color Harmonies of #C37012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37012

Black with #C37012

Text Example


Text Example

White with #C37012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37012; }

 p { color: rgb(195,112,18); }

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

background-color css

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

 a { background-color: rgb(195,112,18); }

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

border-color css

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

 span { border-color: rgb(195,112,18); }

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