Html Css Color HEX #C77D5B Burning Sand

📋 copy color: '#C77D5B'

red 199 ◦ green 125 ◦ blue 91

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

Shades of Burning Sand #C77D5B

Tints of Burning Sand #C77D5B

RGB

 RED value IS 199 (78.13% from 255) = 47.95%

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

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

R = 47.95%
G = 30.12%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C77D5B (or 0xC77D5B) is known color: Burning Sand. HEX triplet: C7, 7D and 5B. RGB value is (199,125,91). Sum of RGB (Red+Green+Blue) = 199+125+91=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D5B is #3882A4. Grayscale: #8F8F8F. Windows color (decimal): -3703461 or 5995975. OLE color: 5995975.

HSL color Cylindrical-coordinate representation of color #C77D5B: hue angle of 18.89º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C77D5B is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 91 -
CMYK 0 0.37 0.54 0.22
HSL 18.89º 0.49% 0.57% -
HSV(B) 18.89º 0.54% 0.78% -
XYZ 32.78 27.56 13.49 -
YUV 143.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 199 125 91 0 0.37 0.54 0.22 18.89 0.49 0.57
Hex C7 7D 5B 0 25 36 16 13 31 39
Octal 307 175 133 0 45 66 26 23 61 71
Binary 11000111 1111101 1011011 0 100101 110110 10110 10011 110001 111001

Color Harmonies of #C77D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D5B

Black with #C77D5B

Text Example


Text Example

White with #C77D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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