Html Css Color HEX #C27216 Ochre

📋 copy color: '#C27216'

red 194 ◦ green 114 ◦ blue 22

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

Shades of Ochre #C27216

Tints of Ochre #C27216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 58.79%
G = 34.55%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C27216 (or 0xC27216) is known color: Ochre. HEX triplet: C2, 72 and 16. RGB value is (194,114,22). Sum of RGB (Red+Green+Blue) = 194+114+22=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C27216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27216 is #3D8DE9. Grayscale: #7F7F7F. Windows color (decimal): -4034026 or 1471170. OLE color: 1471170.

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

Color convert

RGB 194 114 22 -
CMYK 0 0.41 0.89 0.24
HSL 32.09º 0.8% 0.42% -
HSV(B) 32.09º 0.89% 0.76% -
XYZ 28.41 23.56 3.81 -
YUV 127.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 194 114 22 0 0.41 0.89 0.24 32.09 0.8 0.42
Hex C2 72 16 0 29 59 18 20 50 2A
Octal 302 162 26 0 51 131 30 40 120 52
Binary 11000010 1110010 10110 0 101001 1011001 11000 100000 1010000 101010

Color Harmonies of #C27216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27216

Black with #C27216

Text Example


Text Example

White with #C27216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27216; }

 p { color: rgb(194,114,22); }

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

background-color css

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

 a { background-color: rgb(194,114,22); }

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

border-color css

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

 span { border-color: rgb(194,114,22); }

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