Html Css Color HEX #C2741E Ochre

📋 copy color: '#C2741E'

red 194 ◦ green 116 ◦ blue 30

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

Shades of Ochre #C2741E

Tints of Ochre #C2741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 57.06%
G = 34.12%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2741E (or 0xC2741E) is known color: Ochre. HEX triplet: C2, 74 and 1E. RGB value is (194,116,30). Sum of RGB (Red+Green+Blue) = 194+116+30=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2741E is #3D8BE1. Grayscale: #818181. Windows color (decimal): -4033506 or 1995970. OLE color: 1995970.

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

Color convert

RGB 194 116 30 -
CMYK 0 0.40 0.85 0.24
HSL 31.46º 0.73% 0.44% -
HSV(B) 31.46º 0.85% 0.76% -
XYZ 28.73 24.05 4.36 -
YUV 129.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 194 116 30 0 0.40 0.85 0.24 31.46 0.73 0.44
Hex C2 74 1E 0 28 55 18 1F 49 2C
Octal 302 164 36 0 50 125 30 37 111 54
Binary 11000010 1110100 11110 0 101000 1010101 11000 11111 1001001 101100

Color Harmonies of #C2741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2741E

Black with #C2741E

Text Example


Text Example

White with #C2741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2741E; }

 p { color: rgb(194,116,30); }

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

background-color css

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

 a { background-color: rgb(194,116,30); }

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

border-color css

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

 span { border-color: rgb(194,116,30); }

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