Html Css Color HEX #C77F5F Burning Sand

📋 copy color: '#C77F5F'

red 199 ◦ green 127 ◦ blue 95

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

Shades of Burning Sand #C77F5F

Tints of Burning Sand #C77F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

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

R = 47.27%
G = 30.17%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C77F5F (or 0xC77F5F) is known color: Burning Sand. HEX triplet: C7, 7F and 5F. RGB value is (199,127,95). Sum of RGB (Red+Green+Blue) = 199+127+95=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F5F is #3880A0. Grayscale: #919191. Windows color (decimal): -3702945 or 6258631. OLE color: 6258631.

HSL color Cylindrical-coordinate representation of color #C77F5F: hue angle of 18.46º 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 #C77F5F is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 127 95 -
CMYK 0 0.36 0.52 0.22
HSL 18.46º 0.48% 0.58% -
HSV(B) 18.46º 0.52% 0.78% -
XYZ 33.21 28.15 14.51 -
YUV 144.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 199 127 95 0 0.36 0.52 0.22 18.46 0.48 0.58
Hex C7 7F 5F 0 24 34 16 12 30 3A
Octal 307 177 137 0 44 64 26 22 60 72
Binary 11000111 1111111 1011111 0 100100 110100 10110 10010 110000 111010

Color Harmonies of #C77F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F5F

Black with #C77F5F

Text Example


Text Example

White with #C77F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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