Html Css Color HEX #C68268 Burning Sand

📋 copy color: '#C68268'

red 198 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #C68268

Tints of Burning Sand #C68268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 45.83%
G = 30.09%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68268 (or 0xC68268) is known color: Burning Sand. HEX triplet: C6, 82 and 68. RGB value is (198,130,104). Sum of RGB (Red+Green+Blue) = 198+130+104=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C68268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68268 is #397D97. Grayscale: #939393. Windows color (decimal): -3767704 or 6849222. OLE color: 6849222.

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

Color convert

RGB 198 130 104 -
CMYK 0 0.34 0.47 0.22
HSL 16.6º 0.45% 0.59% -
HSV(B) 16.6º 0.47% 0.78% -
XYZ 33.77 28.97 16.91 -
YUV 147.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 198 130 104 0 0.34 0.47 0.22 16.6 0.45 0.59
Hex C6 82 68 0 22 2F 16 11 2D 3B
Octal 306 202 150 0 42 57 26 21 55 73
Binary 11000110 10000010 1101000 0 100010 101111 10110 10001 101101 111011

Color Harmonies of #C68268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68268

Black with #C68268

Text Example


Text Example

White with #C68268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68268; }

 p { color: rgb(198,130,104); }

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

background-color css

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

 a { background-color: rgb(198,130,104); }

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

border-color css

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

 span { border-color: rgb(198,130,104); }

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