Html Css Color HEX #C2801A Ochre

📋 copy color: '#C2801A'

red 194 ◦ green 128 ◦ blue 26

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

Shades of Ochre #C2801A

Tints of Ochre #C2801A

RGB

 RED value IS 194 (76.17% from 255) = 55.75%

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

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

R = 55.75%
G = 36.78%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2801A (or 0xC2801A) is known color: Ochre. HEX triplet: C2, 80 and 1A. RGB value is (194,128,26). Sum of RGB (Red+Green+Blue) = 194+128+26=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C2801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2801A is #3D7FE5. Grayscale: #888888. Windows color (decimal): -4030438 or 1736898. OLE color: 1736898.

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

Color convert

RGB 194 128 26 -
CMYK 0 0.34 0.87 0.24
HSL 36.43º 0.76% 0.43% -
HSV(B) 36.43º 0.87% 0.76% -
XYZ 30.15 26.98 4.6 -
YUV 136.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 194 128 26 0 0.34 0.87 0.24 36.43 0.76 0.43
Hex C2 80 1A 0 22 57 18 24 4C 2B
Octal 302 200 32 0 42 127 30 44 114 53
Binary 11000010 10000000 11010 0 100010 1010111 11000 100100 1001100 101011

Color Harmonies of #C2801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2801A

Black with #C2801A

Text Example


Text Example

White with #C2801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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