Html Css Color HEX #C07C5F Burning Sand

📋 copy color: '#C07C5F'

red 192 ◦ green 124 ◦ blue 95

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

Shades of Burning Sand #C07C5F

Tints of Burning Sand #C07C5F

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

 GREEN value IS 124 (48.83% from 255) = 30.17%

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 46.72%
G = 30.17%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C07C5F (or 0xC07C5F) is known color: Burning Sand. HEX triplet: C0, 7C and 5F. RGB value is (192,124,95). Sum of RGB (Red+Green+Blue) = 192+124+95=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C5F is #3F83A0. Grayscale: #8D8D8D. Windows color (decimal): -4162465 or 6257856. OLE color: 6257856.

HSL color Cylindrical-coordinate representation of color #C07C5F: hue angle of 17.94º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07C5F is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 95 -
CMYK 0 0.35 0.51 0.25
HSL 17.94º 0.43% 0.56% -
HSV(B) 17.94º 0.51% 0.75% -
XYZ 31.01 26.45 14.3 -
YUV 141.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 192 124 95 0 0.35 0.51 0.25 17.94 0.43 0.56
Hex C0 7C 5F 0 23 33 19 12 2B 38
Octal 300 174 137 0 43 63 31 22 53 70
Binary 11000000 1111100 1011111 0 100011 110011 11001 10010 101011 111000

Color Harmonies of #C07C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C5F

Black with #C07C5F

Text Example


Text Example

White with #C07C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C5F; }

 p { color: rgb(192,124,95); }

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

background-color css

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

 a { background-color: rgb(192,124,95); }

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

border-color css

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

 span { border-color: rgb(192,124,95); }

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