Html Css Color HEX #C2811C Ochre

📋 copy color: '#C2811C'

red 194 ◦ green 129 ◦ blue 28

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

Shades of Ochre #C2811C

Tints of Ochre #C2811C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.75%

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 55.27%
G = 36.75%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2811C (or 0xC2811C) is known color: Ochre. HEX triplet: C2, 81 and 1C. RGB value is (194,129,28). Sum of RGB (Red+Green+Blue) = 194+129+28=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2811C is #3D7EE3. Grayscale: #898989. Windows color (decimal): -4030180 or 1868226. OLE color: 1868226.

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

Color convert

RGB 194 129 28 -
CMYK 0 0.34 0.86 0.24
HSL 36.51º 0.75% 0.44% -
HSV(B) 36.51º 0.86% 0.76% -
XYZ 30.31 27.25 4.76 -
YUV 136.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 194 129 28 0 0.34 0.86 0.24 36.51 0.75 0.44
Hex C2 81 1C 0 22 56 18 25 4B 2C
Octal 302 201 34 0 42 126 30 45 113 54
Binary 11000010 10000001 11100 0 100010 1010110 11000 100101 1001011 101100

Color Harmonies of #C2811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2811C

Black with #C2811C

Text Example


Text Example

White with #C2811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2811C; }

 p { color: rgb(194,129,28); }

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

background-color css

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

 a { background-color: rgb(194,129,28); }

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

border-color css

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

 span { border-color: rgb(194,129,28); }

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