Html Css Color HEX #C56E1F Ochre

📋 copy color: '#C56E1F'

red 197 ◦ green 110 ◦ blue 31

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

Shades of Ochre #C56E1F

Tints of Ochre #C56E1F

RGB

 RED value IS 197 (77.34% from 255) = 58.28%

 GREEN value IS 110 (43.36% from 255) = 32.54%

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

R = 58.28%
G = 32.54%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C56E1F (or 0xC56E1F) is known color: Ochre. HEX triplet: C5, 6E and 1F. RGB value is (197,110,31). Sum of RGB (Red+Green+Blue) = 197+110+31=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E1F is #3A91E0. Grayscale: #7F7F7F. Windows color (decimal): -3838433 or 2059973. OLE color: 2059973.

HSL color Cylindrical-coordinate representation of color #C56E1F: hue angle of 28.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C56E1F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 110 31 -
CMYK 0 0.44 0.84 0.23
HSL 28.55º 0.73% 0.45% -
HSV(B) 28.55º 0.84% 0.77% -
XYZ 28.85 23.12 4.24 -
YUV 127.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 197 110 31 0 0.44 0.84 0.23 28.55 0.73 0.45
Hex C5 6E 1F 0 2C 54 17 1D 49 2D
Octal 305 156 37 0 54 124 27 35 111 55
Binary 11000101 1101110 11111 0 101100 1010100 10111 11101 1001001 101101

Color Harmonies of #C56E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E1F

Black with #C56E1F

Text Example


Text Example

White with #C56E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E1F; }

 p { color: rgb(197,110,31); }

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

background-color css

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

 a { background-color: rgb(197,110,31); }

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

border-color css

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

 span { border-color: rgb(197,110,31); }

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