Html Css Color HEX #C56E1C Ochre

📋 copy color: '#C56E1C'

red 197 ◦ green 110 ◦ blue 28

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

Shades of Ochre #C56E1C

Tints of Ochre #C56E1C

RGB

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

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

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

R = 58.81%
G = 32.84%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C56E1C (or 0xC56E1C) is known color: Ochre. HEX triplet: C5, 6E and 1C. RGB value is (197,110,28). Sum of RGB (Red+Green+Blue) = 197+110+28=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E1C is #3A91E3. Grayscale: #7F7F7F. Windows color (decimal): -3838436 or 1863365. OLE color: 1863365.

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

Color convert

RGB 197 110 28 -
CMYK 0 0.44 0.86 0.23
HSL 29.11º 0.75% 0.44% -
HSV(B) 29.11º 0.86% 0.77% -
XYZ 28.81 23.11 4.04 -
YUV 126.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 197 110 28 0 0.44 0.86 0.23 29.11 0.75 0.44
Hex C5 6E 1C 0 2C 56 17 1D 4B 2C
Octal 305 156 34 0 54 126 27 35 113 54
Binary 11000101 1101110 11100 0 101100 1010110 10111 11101 1001011 101100

Color Harmonies of #C56E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E1C

Black with #C56E1C

Text Example


Text Example

White with #C56E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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