Html Css Color HEX #C56D1C Ochre

📋 copy color: '#C56D1C'

red 197 ◦ green 109 ◦ blue 28

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

Shades of Ochre #C56D1C

Tints of Ochre #C56D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

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

R = 58.98%
G = 32.63%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C56D1C (or 0xC56D1C) is known color: Ochre. HEX triplet: C5, 6D and 1C. RGB value is (197,109,28). Sum of RGB (Red+Green+Blue) = 197+109+28=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D1C is #3A92E3. Grayscale: #7E7E7E. Windows color (decimal): -3838692 or 1863109. OLE color: 1863109.

HSL color Cylindrical-coordinate representation of color #C56D1C: hue angle of 28.76º 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 #C56D1C is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 109 28 -
CMYK 0 0.45 0.86 0.23
HSL 28.76º 0.75% 0.44% -
HSV(B) 28.76º 0.86% 0.77% -
XYZ 28.7 22.89 4 -
YUV 126.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 197 109 28 0 0.45 0.86 0.23 28.76 0.75 0.44
Hex C5 6D 1C 0 2D 56 17 1D 4B 2C
Octal 305 155 34 0 55 126 27 35 113 54
Binary 11000101 1101101 11100 0 101101 1010110 10111 11101 1001011 101100

Color Harmonies of #C56D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56D1C

Black with #C56D1C

Text Example


Text Example

White with #C56D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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