Html Css Color HEX #C0781A Ochre

📋 copy color: '#C0781A'

red 192 ◦ green 120 ◦ blue 26

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

Shades of Ochre #C0781A

Tints of Ochre #C0781A

RGB

 RED value IS 192 (75.39% from 255) = 56.8%

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

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

R = 56.8%
G = 35.5%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0781A (or 0xC0781A) is known color: Ochre. HEX triplet: C0, 78 and 1A. RGB value is (192,120,26). Sum of RGB (Red+Green+Blue) = 192+120+26=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0781A is #3F87E5. Grayscale: #838383. Windows color (decimal): -4163558 or 1734848. OLE color: 1734848.

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

Color convert

RGB 192 120 26 -
CMYK 0 0.38 0.86 0.25
HSL 33.98º 0.76% 0.43% -
HSV(B) 33.98º 0.86% 0.75% -
XYZ 28.64 24.71 4.24 -
YUV 130.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 192 120 26 0 0.38 0.86 0.25 33.98 0.76 0.43
Hex C0 78 1A 0 26 56 19 22 4C 2B
Octal 300 170 32 0 46 126 31 42 114 53
Binary 11000000 1111000 11010 0 100110 1010110 11001 100010 1001100 101011

Color Harmonies of #C0781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0781A

Black with #C0781A

Text Example


Text Example

White with #C0781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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