Html Css Color HEX #C0801A Ochre

📋 copy color: '#C0801A'

red 192 ◦ green 128 ◦ blue 26

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

Shades of Ochre #C0801A

Tints of Ochre #C0801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

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

R = 55.49%
G = 36.99%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0801A (or 0xC0801A) is known color: Ochre. HEX triplet: C0, 80 and 1A. RGB value is (192,128,26). Sum of RGB (Red+Green+Blue) = 192+128+26=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C0801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0801A is #3F7FE5. Grayscale: #878787. Windows color (decimal): -4161510 or 1736896. OLE color: 1736896.

HSL color Cylindrical-coordinate representation of color #C0801A: hue angle of 36.87º 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 #C0801A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 26 -
CMYK 0 0.33 0.86 0.25
HSL 36.87º 0.76% 0.43% -
HSV(B) 36.87º 0.86% 0.75% -
XYZ 29.64 26.72 4.57 -
YUV 135.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 192 128 26 0 0.33 0.86 0.25 36.87 0.76 0.43
Hex C0 80 1A 0 21 56 19 25 4C 2B
Octal 300 200 32 0 41 126 31 45 114 53
Binary 11000000 10000000 11010 0 100001 1010110 11001 100101 1001100 101011

Color Harmonies of #C0801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0801A

Black with #C0801A

Text Example


Text Example

White with #C0801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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