Html Css Color HEX #C1791A Ochre

📋 copy color: '#C1791A'

red 193 ◦ green 121 ◦ blue 26

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

Shades of Ochre #C1791A

Tints of Ochre #C1791A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

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

R = 56.76%
G = 35.59%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1791A (or 0xC1791A) is known color: Ochre. HEX triplet: C1, 79 and 1A. RGB value is (193,121,26). Sum of RGB (Red+Green+Blue) = 193+121+26=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1791A is #3E86E5. Grayscale: #848484. Windows color (decimal): -4097766 or 1735105. OLE color: 1735105.

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

Color convert

RGB 193 121 26 -
CMYK 0 0.37 0.87 0.24
HSL 34.13º 0.76% 0.43% -
HSV(B) 34.13º 0.87% 0.76% -
XYZ 29.02 25.09 4.29 -
YUV 131.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 193 121 26 0 0.37 0.87 0.24 34.13 0.76 0.43
Hex C1 79 1A 0 25 57 18 22 4C 2B
Octal 301 171 32 0 45 127 30 42 114 53
Binary 11000001 1111001 11010 0 100101 1010111 11000 100010 1001100 101011

Color Harmonies of #C1791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1791A

Black with #C1791A

Text Example


Text Example

White with #C1791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1791A; }

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

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

background-color css

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

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

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

border-color css

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

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

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