Html Css Color HEX #C77D5A Burning Sand

📋 copy color: '#C77D5A'

red 199 ◦ green 125 ◦ blue 90

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

Shades of Burning Sand #C77D5A

Tints of Burning Sand #C77D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 48.07%
G = 30.19%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C77D5A (or 0xC77D5A) is known color: Burning Sand. HEX triplet: C7, 7D and 5A. RGB value is (199,125,90). Sum of RGB (Red+Green+Blue) = 199+125+90=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D5A is #3882A5. Grayscale: #8F8F8F. Windows color (decimal): -3703462 or 5930439. OLE color: 5930439.

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

Color convert

RGB 199 125 90 -
CMYK 0 0.37 0.55 0.22
HSL 19.27º 0.49% 0.57% -
HSV(B) 19.27º 0.55% 0.78% -
XYZ 32.73 27.55 13.26 -
YUV 143.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 199 125 90 0 0.37 0.55 0.22 19.27 0.49 0.57
Hex C7 7D 5A 0 25 37 16 13 31 39
Octal 307 175 132 0 45 67 26 23 61 71
Binary 11000111 1111101 1011010 0 100101 110111 10110 10011 110001 111001

Color Harmonies of #C77D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D5A

Black with #C77D5A

Text Example


Text Example

White with #C77D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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