Html Css Color HEX #C1811A Ochre

📋 copy color: '#C1811A'

red 193 ◦ green 129 ◦ blue 26

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

Shades of Ochre #C1811A

Tints of Ochre #C1811A

RGB

 RED value IS 193 (75.78% from 255) = 55.46%

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

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 55.46%
G = 37.07%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1811A (or 0xC1811A) is known color: Ochre. HEX triplet: C1, 81 and 1A. RGB value is (193,129,26). Sum of RGB (Red+Green+Blue) = 193+129+26=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C1811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1811A is #3E7EE5. Grayscale: #888888. Windows color (decimal): -4095718 or 1737153. OLE color: 1737153.

HSL color Cylindrical-coordinate representation of color #C1811A: hue angle of 37.01º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1811A is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 26 -
CMYK 0 0.33 0.87 0.24
HSL 37.01º 0.76% 0.43% -
HSV(B) 37.01º 0.87% 0.76% -
XYZ 30.03 27.11 4.63 -
YUV 136.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 193 129 26 0 0.33 0.87 0.24 37.01 0.76 0.43
Hex C1 81 1A 0 21 57 18 25 4C 2B
Octal 301 201 32 0 41 127 30 45 114 53
Binary 11000001 10000001 11010 0 100001 1010111 11000 100101 1001100 101011

Color Harmonies of #C1811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1811A

Black with #C1811A

Text Example


Text Example

White with #C1811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1811A; }

 p { color: rgb(193,129,26); }

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

background-color css

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

 a { background-color: rgb(193,129,26); }

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

border-color css

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

 span { border-color: rgb(193,129,26); }

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