Html Css Color HEX #C2791E Ochre

📋 copy color: '#C2791E'

red 194 ◦ green 121 ◦ blue 30

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

Shades of Ochre #C2791E

Tints of Ochre #C2791E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

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

R = 56.23%
G = 35.07%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2791E (or 0xC2791E) is known color: Ochre. HEX triplet: C2, 79 and 1E. RGB value is (194,121,30). Sum of RGB (Red+Green+Blue) = 194+121+30=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2791E is #3D86E1. Grayscale: #848484. Windows color (decimal): -4032226 or 1997250. OLE color: 1997250.

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

Color convert

RGB 194 121 30 -
CMYK 0 0.38 0.85 0.24
HSL 33.29º 0.73% 0.44% -
HSV(B) 33.29º 0.85% 0.76% -
XYZ 29.32 25.24 4.55 -
YUV 132.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 194 121 30 0 0.38 0.85 0.24 33.29 0.73 0.44
Hex C2 79 1E 0 26 55 18 21 49 2C
Octal 302 171 36 0 46 125 30 41 111 54
Binary 11000010 1111001 11110 0 100110 1010101 11000 100001 1001001 101100

Color Harmonies of #C2791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2791E

Black with #C2791E

Text Example


Text Example

White with #C2791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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