Html Css Color HEX #C1781A Ochre

📋 copy color: '#C1781A'

red 193 ◦ green 120 ◦ blue 26

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

Shades of Ochre #C1781A

Tints of Ochre #C1781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

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

R = 56.93%
G = 35.4%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1781A (or 0xC1781A) is known color: Ochre. HEX triplet: C1, 78 and 1A. RGB value is (193,120,26). Sum of RGB (Red+Green+Blue) = 193+120+26=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1781A is #3E87E5. Grayscale: #838383. Windows color (decimal): -4098022 or 1734849. OLE color: 1734849.

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

Color convert

RGB 193 120 26 -
CMYK 0 0.38 0.87 0.24
HSL 33.77º 0.76% 0.43% -
HSV(B) 33.77º 0.87% 0.76% -
XYZ 28.9 24.84 4.25 -
YUV 131.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 193 120 26 0 0.38 0.87 0.24 33.77 0.76 0.43
Hex C1 78 1A 0 26 57 18 22 4C 2B
Octal 301 170 32 0 46 127 30 42 114 53
Binary 11000001 1111000 11010 0 100110 1010111 11000 100010 1001100 101011

Color Harmonies of #C1781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1781A

Black with #C1781A

Text Example


Text Example

White with #C1781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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