Html Css Color HEX #C27612 Ochre

📋 copy color: '#C27612'

red 194 ◦ green 118 ◦ blue 18

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

Shades of Ochre #C27612

Tints of Ochre #C27612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

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

R = 58.79%
G = 35.76%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C27612 (or 0xC27612) is known color: Ochre. HEX triplet: C2, 76 and 12. RGB value is (194,118,18). Sum of RGB (Red+Green+Blue) = 194+118+18=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C27612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27612 is #3D89ED. Grayscale: #818181. Windows color (decimal): -4033006 or 1210050. OLE color: 1210050.

HSL color Cylindrical-coordinate representation of color #C27612: hue angle of 34.09º 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 #C27612 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 18 -
CMYK 0 0.39 0.91 0.24
HSL 34.09º 0.83% 0.42% -
HSV(B) 34.09º 0.91% 0.76% -
XYZ 28.84 24.47 3.78 -
YUV 129.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 194 118 18 0 0.39 0.91 0.24 34.09 0.83 0.42
Hex C2 76 12 0 27 5B 18 22 53 2A
Octal 302 166 22 0 47 133 30 42 123 52
Binary 11000010 1110110 10010 0 100111 1011011 11000 100010 1010011 101010

Color Harmonies of #C27612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27612

Black with #C27612

Text Example


Text Example

White with #C27612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27612; }

 p { color: rgb(194,118,18); }

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

background-color css

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

 a { background-color: rgb(194,118,18); }

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

border-color css

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

 span { border-color: rgb(194,118,18); }

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