Html Css Color HEX #C68460 Burning Sand

📋 copy color: '#C68460'

red 198 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #C68460

Tints of Burning Sand #C68460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.99%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 46.48%
G = 30.99%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C68460 (or 0xC68460) is known color: Burning Sand. HEX triplet: C6, 84 and 60. RGB value is (198,132,96). Sum of RGB (Red+Green+Blue) = 198+132+96=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C68460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68460 is #397B9F. Grayscale: #939393. Windows color (decimal): -3767200 or 6325446. OLE color: 6325446.

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

Color convert

RGB 198 132 96 -
CMYK 0 0.33 0.52 0.22
HSL 21.18º 0.47% 0.58% -
HSV(B) 21.18º 0.52% 0.78% -
XYZ 33.65 29.35 14.96 -
YUV 147.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 198 132 96 0 0.33 0.52 0.22 21.18 0.47 0.58
Hex C6 84 60 0 21 34 16 15 2F 3A
Octal 306 204 140 0 41 64 26 25 57 72
Binary 11000110 10000100 1100000 0 100001 110100 10110 10101 101111 111010

Color Harmonies of #C68460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68460

Black with #C68460

Text Example


Text Example

White with #C68460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68460; }

 p { color: rgb(198,132,96); }

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

background-color css

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

 a { background-color: rgb(198,132,96); }

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

border-color css

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

 span { border-color: rgb(198,132,96); }

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