Html Css Color HEX #C77F5A Burning Sand

📋 copy color: '#C77F5A'

red 199 ◦ green 127 ◦ blue 90

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

Shades of Burning Sand #C77F5A

Tints of Burning Sand #C77F5A

RGB

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

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

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

R = 47.84%
G = 30.53%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C77F5A (or 0xC77F5A) is known color: Burning Sand. HEX triplet: C7, 7F and 5A. RGB value is (199,127,90). Sum of RGB (Red+Green+Blue) = 199+127+90=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F5A is #3880A5. Grayscale: #909090. Windows color (decimal): -3702950 or 5930951. OLE color: 5930951.

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

Color convert

RGB 199 127 90 -
CMYK 0 0.36 0.55 0.22
HSL 20.37º 0.49% 0.57% -
HSV(B) 20.37º 0.55% 0.78% -
XYZ 32.99 28.06 13.35 -
YUV 144.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 199 127 90 0 0.36 0.55 0.22 20.37 0.49 0.57
Hex C7 7F 5A 0 24 37 16 14 31 39
Octal 307 177 132 0 44 67 26 24 61 71
Binary 11000111 1111111 1011010 0 100100 110111 10110 10100 110001 111001

Color Harmonies of #C77F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F5A

Black with #C77F5A

Text Example


Text Example

White with #C77F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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