Html Css Color HEX #C07D5B Burning Sand

📋 copy color: '#C07D5B'

red 192 ◦ green 125 ◦ blue 91

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

Shades of Burning Sand #C07D5B

Tints of Burning Sand #C07D5B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 47.06%
G = 30.64%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C07D5B (or 0xC07D5B) is known color: Burning Sand. HEX triplet: C0, 7D and 5B. RGB value is (192,125,91). Sum of RGB (Red+Green+Blue) = 192+125+91=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D5B is #3F82A4. Grayscale: #8D8D8D. Windows color (decimal): -4162213 or 5995968. OLE color: 5995968.

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

Color convert

RGB 192 125 91 -
CMYK 0 0.35 0.53 0.25
HSL 20.2º 0.44% 0.55% -
HSV(B) 20.2º 0.53% 0.75% -
XYZ 30.96 26.63 13.41 -
YUV 141.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 192 125 91 0 0.35 0.53 0.25 20.2 0.44 0.55
Hex C0 7D 5B 0 23 35 19 14 2C 37
Octal 300 175 133 0 43 65 31 24 54 67
Binary 11000000 1111101 1011011 0 100011 110101 11001 10100 101100 110111

Color Harmonies of #C07D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D5B

Black with #C07D5B

Text Example


Text Example

White with #C07D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D5B; }

 p { color: rgb(192,125,91); }

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

background-color css

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

 a { background-color: rgb(192,125,91); }

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

border-color css

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

 span { border-color: rgb(192,125,91); }

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