Html Css Color HEX #C57E15 Ochre

📋 copy color: '#C57E15'

red 197 ◦ green 126 ◦ blue 21

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

Shades of Ochre #C57E15

Tints of Ochre #C57E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.63%

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

R = 57.27%
G = 36.63%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C57E15 (or 0xC57E15) is known color: Ochre. HEX triplet: C5, 7E and 15. RGB value is (197,126,21). Sum of RGB (Red+Green+Blue) = 197+126+21=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57E15 is #3A81EA. Grayscale: #878787. Windows color (decimal): -3834347 or 1408709. OLE color: 1408709.

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

Color convert

RGB 197 126 21 -
CMYK 0 0.36 0.89 0.23
HSL 35.8º 0.81% 0.43% -
HSV(B) 35.8º 0.89% 0.77% -
XYZ 30.62 26.85 4.28 -
YUV 135.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 197 126 21 0 0.36 0.89 0.23 35.8 0.81 0.43
Hex C5 7E 15 0 24 59 17 24 51 2B
Octal 305 176 25 0 44 131 27 44 121 53
Binary 11000101 1111110 10101 0 100100 1011001 10111 100100 1010001 101011

Color Harmonies of #C57E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E15

Black with #C57E15

Text Example


Text Example

White with #C57E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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