Html Css Color HEX #C2801D Ochre

📋 copy color: '#C2801D'

red 194 ◦ green 128 ◦ blue 29

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

Shades of Ochre #C2801D

Tints of Ochre #C2801D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 55.27%
G = 36.47%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2801D (or 0xC2801D) is known color: Ochre. HEX triplet: C2, 80 and 1D. RGB value is (194,128,29). Sum of RGB (Red+Green+Blue) = 194+128+29=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2801D is #3D7FE2. Grayscale: #888888. Windows color (decimal): -4030435 or 1933506. OLE color: 1933506.

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

Color convert

RGB 194 128 29 -
CMYK 0 0.34 0.85 0.24
HSL 36º 0.74% 0.44% -
HSV(B) 36º 0.85% 0.76% -
XYZ 30.19 27 4.78 -
YUV 136.45 67.37 169.05 -
System Red Green Blue C M Y K H S L
Decimal 194 128 29 0 0.34 0.85 0.24 36 0.74 0.44
Hex C2 80 1D 0 22 55 18 24 4A 2C
Octal 302 200 35 0 42 125 30 44 112 54
Binary 11000010 10000000 11101 0 100010 1010101 11000 100100 1001010 101100

Color Harmonies of #C2801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2801D

Black with #C2801D

Text Example


Text Example

White with #C2801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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