Html Css Color HEX #C77A66 Burning Sand

📋 copy color: '#C77A66'

red 199 ◦ green 122 ◦ blue 102

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

Shades of Burning Sand #C77A66

Tints of Burning Sand #C77A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 47.04%
G = 28.84%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C77A66 (or 0xC77A66) is known color: Burning Sand. HEX triplet: C7, 7A and 66. RGB value is (199,122,102). Sum of RGB (Red+Green+Blue) = 199+122+102=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A66 is #388599. Grayscale: #8E8E8E. Windows color (decimal): -3704218 or 6716103. OLE color: 6716103.

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

Color convert

RGB 199 122 102 -
CMYK 0 0.39 0.49 0.22
HSL 12.37º 0.46% 0.59% -
HSV(B) 12.37º 0.49% 0.78% -
XYZ 32.91 27.02 16.05 -
YUV 142.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 199 122 102 0 0.39 0.49 0.22 12.37 0.46 0.59
Hex C7 7A 66 0 27 31 16 C 2E 3B
Octal 307 172 146 0 47 61 26 14 56 73
Binary 11000111 1111010 1100110 0 100111 110001 10110 1100 101110 111011

Color Harmonies of #C77A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A66

Black with #C77A66

Text Example


Text Example

White with #C77A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A66; }

 p { color: rgb(199,122,102); }

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

background-color css

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

 a { background-color: rgb(199,122,102); }

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

border-color css

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

 span { border-color: rgb(199,122,102); }

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