Html Css Color HEX #C1801C Ochre

📋 copy color: '#C1801C'

red 193 ◦ green 128 ◦ blue 28

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

Shades of Ochre #C1801C

Tints of Ochre #C1801C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 55.3%
G = 36.68%
B = 8.02%

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

#C1801C (or 0xC1801C) is known color: Ochre. HEX triplet: C1, 80 and 1C. RGB value is (193,128,28). Sum of RGB (Red+Green+Blue) = 193+128+28=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1801C is #3E7FE3. Grayscale: #888888. Windows color (decimal): -4095972 or 1867969. OLE color: 1867969.

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

Color convert

RGB 193 128 28 -
CMYK 0 0.34 0.85 0.24
HSL 36.36º 0.75% 0.43% -
HSV(B) 36.36º 0.85% 0.76% -
XYZ 29.92 26.86 4.71 -
YUV 136.04 67.03 168.63 -
System Red Green Blue C M Y K H S L
Decimal 193 128 28 0 0.34 0.85 0.24 36.36 0.75 0.43
Hex C1 80 1C 0 22 55 18 24 4B 2B
Octal 301 200 34 0 42 125 30 44 113 53
Binary 11000001 10000000 11100 0 100010 1010101 11000 100100 1001011 101011

Color Harmonies of #C1801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1801C

Black with #C1801C

Text Example


Text Example

White with #C1801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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