Html Css Color HEX #C77D5D Burning Sand

📋 copy color: '#C77D5D'

red 199 ◦ green 125 ◦ blue 93

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

Shades of Burning Sand #C77D5D

Tints of Burning Sand #C77D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 47.72%
G = 29.98%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C77D5D (or 0xC77D5D) is known color: Burning Sand. HEX triplet: C7, 7D and 5D. RGB value is (199,125,93). Sum of RGB (Red+Green+Blue) = 199+125+93=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D5D is #3882A2. Grayscale: #8F8F8F. Windows color (decimal): -3703459 or 6127047. OLE color: 6127047.

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

Color convert

RGB 199 125 93 -
CMYK 0 0.37 0.53 0.22
HSL 18.11º 0.49% 0.57% -
HSV(B) 18.11º 0.53% 0.78% -
XYZ 32.86 27.6 13.95 -
YUV 143.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 199 125 93 0 0.37 0.53 0.22 18.11 0.49 0.57
Hex C7 7D 5D 0 25 35 16 12 31 39
Octal 307 175 135 0 45 65 26 22 61 71
Binary 11000111 1111101 1011101 0 100101 110101 10110 10010 110001 111001

Color Harmonies of #C77D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D5D

Black with #C77D5D

Text Example


Text Example

White with #C77D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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