Html Css Color HEX #C1701A Ochre

📋 copy color: '#C1701A'

red 193 ◦ green 112 ◦ blue 26

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

Shades of Ochre #C1701A

Tints of Ochre #C1701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

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

R = 58.31%
G = 33.84%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1701A (or 0xC1701A) is known color: Ochre. HEX triplet: C1, 70 and 1A. RGB value is (193,112,26). Sum of RGB (Red+Green+Blue) = 193+112+26=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C1701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1701A is #3E8FE5. Grayscale: #7E7E7E. Windows color (decimal): -4100070 or 1732801. OLE color: 1732801.

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

Color convert

RGB 193 112 26 -
CMYK 0 0.42 0.87 0.24
HSL 30.9º 0.76% 0.43% -
HSV(B) 30.9º 0.87% 0.76% -
XYZ 27.97 23 3.94 -
YUV 126.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 193 112 26 0 0.42 0.87 0.24 30.9 0.76 0.43
Hex C1 70 1A 0 2A 57 18 1F 4C 2B
Octal 301 160 32 0 52 127 30 37 114 53
Binary 11000001 1110000 11010 0 101010 1010111 11000 11111 1001100 101011

Color Harmonies of #C1701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1701A

Black with #C1701A

Text Example


Text Example

White with #C1701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1701A; }

 p { color: rgb(193,112,26); }

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

background-color css

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

 a { background-color: rgb(193,112,26); }

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

border-color css

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

 span { border-color: rgb(193,112,26); }

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