Html Css Color HEX #C68360 Burning Sand

📋 copy color: '#C68360'

red 198 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #C68360

Tints of Burning Sand #C68360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.82%

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

R = 46.59%
G = 30.82%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C68360 (or 0xC68360) is known color: Burning Sand. HEX triplet: C6, 83 and 60. RGB value is (198,131,96). Sum of RGB (Red+Green+Blue) = 198+131+96=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C68360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68360 is #397C9F. Grayscale: #939393. Windows color (decimal): -3767456 or 6325190. OLE color: 6325190.

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

Color convert

RGB 198 131 96 -
CMYK 0 0.34 0.52 0.22
HSL 20.59º 0.47% 0.58% -
HSV(B) 20.59º 0.52% 0.78% -
XYZ 33.52 29.08 14.91 -
YUV 147.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 198 131 96 0 0.34 0.52 0.22 20.59 0.47 0.58
Hex C6 83 60 0 22 34 16 15 2F 3A
Octal 306 203 140 0 42 64 26 25 57 72
Binary 11000110 10000011 1100000 0 100010 110100 10110 10101 101111 111010

Color Harmonies of #C68360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68360

Black with #C68360

Text Example


Text Example

White with #C68360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68360; }

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

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

background-color css

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

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

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

border-color css

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

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

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