Html Css Color HEX #C77F68 Burning Sand

📋 copy color: '#C77F68'

red 199 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #C77F68

Tints of Burning Sand #C77F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.19%

R = 46.28%
G = 29.53%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C77F68 (or 0xC77F68) is known color: Burning Sand. HEX triplet: C7, 7F and 68. RGB value is (199,127,104). Sum of RGB (Red+Green+Blue) = 199+127+104=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F68 is #388097. Grayscale: #929292. Windows color (decimal): -3702936 or 6848455. OLE color: 6848455.

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

Color convert

RGB 199 127 104 -
CMYK 0 0.36 0.48 0.22
HSL 14.53º 0.46% 0.59% -
HSV(B) 14.53º 0.48% 0.78% -
XYZ 33.64 28.32 16.79 -
YUV 145.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 199 127 104 0 0.36 0.48 0.22 14.53 0.46 0.59
Hex C7 7F 68 0 24 30 16 F 2E 3B
Octal 307 177 150 0 44 60 26 17 56 73
Binary 11000111 1111111 1101000 0 100100 110000 10110 1111 101110 111011

Color Harmonies of #C77F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F68

Black with #C77F68

Text Example


Text Example

White with #C77F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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