Html Css Color HEX #C2781C Ochre

📋 copy color: '#C2781C'

red 194 ◦ green 120 ◦ blue 28

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

Shades of Ochre #C2781C

Tints of Ochre #C2781C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 56.73%
G = 35.09%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2781C (or 0xC2781C) is known color: Ochre. HEX triplet: C2, 78 and 1C. RGB value is (194,120,28). Sum of RGB (Red+Green+Blue) = 194+120+28=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2781C is #3D87E3. Grayscale: #848484. Windows color (decimal): -4032484 or 1865922. OLE color: 1865922.

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

Color convert

RGB 194 120 28 -
CMYK 0 0.38 0.86 0.24
HSL 33.25º 0.75% 0.44% -
HSV(B) 33.25º 0.86% 0.76% -
XYZ 29.17 24.99 4.38 -
YUV 131.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 194 120 28 0 0.38 0.86 0.24 33.25 0.75 0.44
Hex C2 78 1C 0 26 56 18 21 4B 2C
Octal 302 170 34 0 46 126 30 41 113 54
Binary 11000010 1111000 11100 0 100110 1010110 11000 100001 1001011 101100

Color Harmonies of #C2781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2781C

Black with #C2781C

Text Example


Text Example

White with #C2781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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