Html Css Color HEX #C1801D Ochre

📋 copy color: '#C1801D'

red 193 ◦ green 128 ◦ blue 29

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

Shades of Ochre #C1801D

Tints of Ochre #C1801D

RGB

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

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

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

R = 55.14%
G = 36.57%
B = 8.29%

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

#C1801D (or 0xC1801D) is known color: Ochre. HEX triplet: C1, 80 and 1D. RGB value is (193,128,29). Sum of RGB (Red+Green+Blue) = 193+128+29=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1801D is #3E7FE2. Grayscale: #888888. Windows color (decimal): -4095971 or 1933505. OLE color: 1933505.

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

Color convert

RGB 193 128 29 -
CMYK 0 0.34 0.85 0.24
HSL 36.22º 0.74% 0.44% -
HSV(B) 36.22º 0.85% 0.76% -
XYZ 29.93 26.86 4.77 -
YUV 136.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 193 128 29 0 0.34 0.85 0.24 36.22 0.74 0.44
Hex C1 80 1D 0 22 55 18 24 4A 2C
Octal 301 200 35 0 42 125 30 44 112 54
Binary 11000001 10000000 11101 0 100010 1010101 11000 100100 1001010 101100

Color Harmonies of #C1801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1801D

Black with #C1801D

Text Example


Text Example

White with #C1801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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