Html Css Color HEX #C57E1C Ochre

📋 copy color: '#C57E1C'

red 197 ◦ green 126 ◦ blue 28

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

Shades of Ochre #C57E1C

Tints of Ochre #C57E1C

RGB

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

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

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

R = 56.13%
G = 35.9%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C57E1C (or 0xC57E1C) is known color: Ochre. HEX triplet: C5, 7E and 1C. RGB value is (197,126,28). Sum of RGB (Red+Green+Blue) = 197+126+28=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E1C is #3A81E3. Grayscale: #888888. Windows color (decimal): -3834340 or 1867461. OLE color: 1867461.

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

Color convert

RGB 197 126 28 -
CMYK 0 0.36 0.86 0.23
HSL 34.79º 0.75% 0.44% -
HSV(B) 34.79º 0.86% 0.77% -
XYZ 30.7 26.88 4.67 -
YUV 136.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 197 126 28 0 0.36 0.86 0.23 34.79 0.75 0.44
Hex C5 7E 1C 0 24 56 17 23 4B 2C
Octal 305 176 34 0 44 126 27 43 113 54
Binary 11000101 1111110 11100 0 100100 1010110 10111 100011 1001011 101100

Color Harmonies of #C57E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E1C

Black with #C57E1C

Text Example


Text Example

White with #C57E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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