Html Css Color HEX #C1781C Ochre

📋 copy color: '#C1781C'

red 193 ◦ green 120 ◦ blue 28

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

Shades of Ochre #C1781C

Tints of Ochre #C1781C

RGB

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

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

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

R = 56.6%
G = 35.19%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1781C (or 0xC1781C) is known color: Ochre. HEX triplet: C1, 78 and 1C. RGB value is (193,120,28). Sum of RGB (Red+Green+Blue) = 193+120+28=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1781C is #3E87E3. Grayscale: #838383. Windows color (decimal): -4098020 or 1865921. OLE color: 1865921.

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

Color convert

RGB 193 120 28 -
CMYK 0 0.38 0.85 0.24
HSL 33.45º 0.75% 0.43% -
HSV(B) 33.45º 0.85% 0.76% -
XYZ 28.92 24.85 4.37 -
YUV 131.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 193 120 28 0 0.38 0.85 0.24 33.45 0.75 0.43
Hex C1 78 1C 0 26 55 18 21 4B 2B
Octal 301 170 34 0 46 125 30 41 113 53
Binary 11000001 1111000 11100 0 100110 1010101 11000 100001 1001011 101011

Color Harmonies of #C1781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1781C

Black with #C1781C

Text Example


Text Example

White with #C1781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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