Html Css Color HEX #C6815C Burning Sand

📋 copy color: '#C6815C'

red 198 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #C6815C

Tints of Burning Sand #C6815C

RGB

 RED value IS 198 (77.73% from 255) = 47.26%

 GREEN value IS 129 (50.78% from 255) = 30.79%

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 47.26%
G = 30.79%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6815C (or 0xC6815C) is known color: Burning Sand. HEX triplet: C6, 81 and 5C. RGB value is (198,129,92). Sum of RGB (Red+Green+Blue) = 198+129+92=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6815C is #397EA3. Grayscale: #919191. Windows color (decimal): -3767972 or 6062534. OLE color: 6062534.

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

Color convert

RGB 198 129 92 -
CMYK 0 0.35 0.54 0.22
HSL 20.94º 0.48% 0.57% -
HSV(B) 20.94º 0.54% 0.78% -
XYZ 33.07 28.48 13.88 -
YUV 145.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 198 129 92 0 0.35 0.54 0.22 20.94 0.48 0.57
Hex C6 81 5C 0 23 36 16 15 30 39
Octal 306 201 134 0 43 66 26 25 60 71
Binary 11000110 10000001 1011100 0 100011 110110 10110 10101 110000 111001

Color Harmonies of #C6815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6815C

Black with #C6815C

Text Example


Text Example

White with #C6815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6815C; }

 p { color: rgb(198,129,92); }

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

background-color css

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

 a { background-color: rgb(198,129,92); }

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

border-color css

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

 span { border-color: rgb(198,129,92); }

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