Html Css Color HEX #C27010 Ochre

📋 copy color: '#C27010'

red 194 ◦ green 112 ◦ blue 16

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

Shades of Ochre #C27010

Tints of Ochre #C27010

RGB

 RED value IS 194 (76.17% from 255) = 60.25%

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

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 60.25%
G = 34.78%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C27010 (or 0xC27010) is known color: Ochre. HEX triplet: C2, 70 and 10. RGB value is (194,112,16). Sum of RGB (Red+Green+Blue) = 194+112+16=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C27010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27010 is #3D8FEF. Grayscale: #7E7E7E. Windows color (decimal): -4034544 or 1077442. OLE color: 1077442.

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

Color convert

RGB 194 112 16 -
CMYK 0 0.42 0.92 0.24
HSL 32.36º 0.85% 0.41% -
HSV(B) 32.36º 0.92% 0.76% -
XYZ 28.14 23.1 3.47 -
YUV 125.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 194 112 16 0 0.42 0.92 0.24 32.36 0.85 0.41
Hex C2 70 10 0 2A 5C 18 20 55 29
Octal 302 160 20 0 52 134 30 40 125 51
Binary 11000010 1110000 10000 0 101010 1011100 11000 100000 1010101 101001

Color Harmonies of #C27010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27010

Black with #C27010

Text Example


Text Example

White with #C27010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27010; }

 p { color: rgb(194,112,16); }

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

background-color css

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

 a { background-color: rgb(194,112,16); }

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

border-color css

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

 span { border-color: rgb(194,112,16); }

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