Html Css Color HEX #C36E0C Ochre

📋 copy color: '#C36E0C'

red 195 ◦ green 110 ◦ blue 12

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

Shades of Ochre #C36E0C

Tints of Ochre #C36E0C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.7%

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 61.51%
G = 34.7%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C36E0C (or 0xC36E0C) is known color: Ochre. HEX triplet: C3, 6E and 0C. RGB value is (195,110,12). Sum of RGB (Red+Green+Blue) = 195+110+12=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36E0C is #3C91F3. Grayscale: #7C7C7C. Windows color (decimal): -3969524 or 814787. OLE color: 814787.

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

Color convert

RGB 195 110 12 -
CMYK 0 0.44 0.94 0.24
HSL 32.13º 0.88% 0.41% -
HSV(B) 32.13º 0.94% 0.76% -
XYZ 28.15 22.78 3.26 -
YUV 124.24 64.66 178.47 -
System Red Green Blue C M Y K H S L
Decimal 195 110 12 0 0.44 0.94 0.24 32.13 0.88 0.41
Hex C3 6E C 0 2C 5E 18 20 58 29
Octal 303 156 14 0 54 136 30 40 130 51
Binary 11000011 1101110 1100 0 101100 1011110 11000 100000 1011000 101001

Color Harmonies of #C36E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E0C

Black with #C36E0C

Text Example


Text Example

White with #C36E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E0C; }

 p { color: rgb(195,110,12); }

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

background-color css

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

 a { background-color: rgb(195,110,12); }

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

border-color css

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

 span { border-color: rgb(195,110,12); }

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