Html Css Color HEX #C2781F Ochre

📋 copy color: '#C2781F'

red 194 ◦ green 120 ◦ blue 31

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

Shades of Ochre #C2781F

Tints of Ochre #C2781F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 56.23%
G = 34.78%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2781F (or 0xC2781F) is known color: Ochre. HEX triplet: C2, 78 and 1F. RGB value is (194,120,31). Sum of RGB (Red+Green+Blue) = 194+120+31=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2781F is #3D87E0. Grayscale: #848484. Windows color (decimal): -4032481 or 2062530. OLE color: 2062530.

HSL color Cylindrical-coordinate representation of color #C2781F: hue angle of 32.76º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2781F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 120 31 -
CMYK 0 0.38 0.84 0.24
HSL 32.76º 0.72% 0.44% -
HSV(B) 32.76º 0.84% 0.76% -
XYZ 29.21 25 4.58 -
YUV 131.98 71.02 172.24 -
System Red Green Blue C M Y K H S L
Decimal 194 120 31 0 0.38 0.84 0.24 32.76 0.72 0.44
Hex C2 78 1F 0 26 54 18 21 48 2C
Octal 302 170 37 0 46 124 30 41 110 54
Binary 11000010 1111000 11111 0 100110 1010100 11000 100001 1001000 101100

Color Harmonies of #C2781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2781F

Black with #C2781F

Text Example


Text Example

White with #C2781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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