Html Css Color HEX #C1761A Ochre

📋 copy color: '#C1761A'

red 193 ◦ green 118 ◦ blue 26

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

Shades of Ochre #C1761A

Tints of Ochre #C1761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.01%

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

R = 57.27%
G = 35.01%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1761A (or 0xC1761A) is known color: Ochre. HEX triplet: C1, 76 and 1A. RGB value is (193,118,26). Sum of RGB (Red+Green+Blue) = 193+118+26=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1761A is #3E89E5. Grayscale: #828282. Windows color (decimal): -4098534 or 1734337. OLE color: 1734337.

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

Color convert

RGB 193 118 26 -
CMYK 0 0.39 0.87 0.24
HSL 33.05º 0.76% 0.43% -
HSV(B) 33.05º 0.87% 0.76% -
XYZ 28.66 24.37 4.17 -
YUV 129.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 193 118 26 0 0.39 0.87 0.24 33.05 0.76 0.43
Hex C1 76 1A 0 27 57 18 21 4C 2B
Octal 301 166 32 0 47 127 30 41 114 53
Binary 11000001 1110110 11010 0 100111 1010111 11000 100001 1001100 101011

Color Harmonies of #C1761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1761A

Black with #C1761A

Text Example


Text Example

White with #C1761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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