Html Css Color HEX #C2781E Ochre

📋 copy color: '#C2781E'

red 194 ◦ green 120 ◦ blue 30

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

Shades of Ochre #C2781E

Tints of Ochre #C2781E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.88%

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

R = 56.4%
G = 34.88%
B = 8.72%

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

#C2781E (or 0xC2781E) is known color: Ochre. HEX triplet: C2, 78 and 1E. RGB value is (194,120,30). Sum of RGB (Red+Green+Blue) = 194+120+30=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C2781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2781E is #3D87E1. Grayscale: #848484. Windows color (decimal): -4032482 or 1996994. OLE color: 1996994.

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

Color convert

RGB 194 120 30 -
CMYK 0 0.38 0.85 0.24
HSL 32.93º 0.73% 0.44% -
HSV(B) 32.93º 0.85% 0.76% -
XYZ 29.2 25 4.51 -
YUV 131.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 194 120 30 0 0.38 0.85 0.24 32.93 0.73 0.44
Hex C2 78 1E 0 26 55 18 21 49 2C
Octal 302 170 36 0 46 125 30 41 111 54
Binary 11000010 1111000 11110 0 100110 1010101 11000 100001 1001001 101100

Color Harmonies of #C2781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2781E

Black with #C2781E

Text Example


Text Example

White with #C2781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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