Html Css Color HEX #C57215 Ochre

📋 copy color: '#C57215'

red 197 ◦ green 114 ◦ blue 21

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

Shades of Ochre #C57215

Tints of Ochre #C57215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 59.34%
G = 34.34%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C57215 (or 0xC57215) is known color: Ochre. HEX triplet: C5, 72 and 15. RGB value is (197,114,21). Sum of RGB (Red+Green+Blue) = 197+114+21=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57215 is #3A8DEA. Grayscale: #808080. Windows color (decimal): -3837419 or 1405637. OLE color: 1405637.

HSL color Cylindrical-coordinate representation of color #C57215: hue angle of 31.7º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C57215 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 21 -
CMYK 0 0.42 0.89 0.23
HSL 31.7º 0.81% 0.43% -
HSV(B) 31.7º 0.89% 0.77% -
XYZ 29.18 23.96 3.8 -
YUV 128.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 197 114 21 0 0.42 0.89 0.23 31.7 0.81 0.43
Hex C5 72 15 0 2A 59 17 20 51 2B
Octal 305 162 25 0 52 131 27 40 121 53
Binary 11000101 1110010 10101 0 101010 1011001 10111 100000 1010001 101011

Color Harmonies of #C57215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57215

Black with #C57215

Text Example


Text Example

White with #C57215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57215; }

 p { color: rgb(197,114,21); }

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

background-color css

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

 a { background-color: rgb(197,114,21); }

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

border-color css

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

 span { border-color: rgb(197,114,21); }

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