Html Css Color HEX #C77C5F Burning Sand

📋 copy color: '#C77C5F'

red 199 ◦ green 124 ◦ blue 95

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

Shades of Burning Sand #C77C5F

Tints of Burning Sand #C77C5F

RGB

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

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

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

R = 47.61%
G = 29.67%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C77C5F (or 0xC77C5F) is known color: Burning Sand. HEX triplet: C7, 7C and 5F. RGB value is (199,124,95). Sum of RGB (Red+Green+Blue) = 199+124+95=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C5F is #3883A0. Grayscale: #8F8F8F. Windows color (decimal): -3703713 or 6257863. OLE color: 6257863.

HSL color Cylindrical-coordinate representation of color #C77C5F: hue angle of 16.73º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C77C5F is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 95 -
CMYK 0 0.38 0.52 0.22
HSL 16.73º 0.48% 0.58% -
HSV(B) 16.73º 0.52% 0.78% -
XYZ 32.83 27.38 14.38 -
YUV 143.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 199 124 95 0 0.38 0.52 0.22 16.73 0.48 0.58
Hex C7 7C 5F 0 26 34 16 11 30 3A
Octal 307 174 137 0 46 64 26 21 60 72
Binary 11000111 1111100 1011111 0 100110 110100 10110 10001 110000 111010

Color Harmonies of #C77C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C5F

Black with #C77C5F

Text Example


Text Example

White with #C77C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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