Html Css Color HEX #C68168 Burning Sand

📋 copy color: '#C68168'

red 198 ◦ green 129 ◦ blue 104

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

Shades of Burning Sand #C68168

Tints of Burning Sand #C68168

RGB

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

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

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

R = 45.94%
G = 29.93%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68168 (or 0xC68168) is known color: Burning Sand. HEX triplet: C6, 81 and 68. RGB value is (198,129,104). Sum of RGB (Red+Green+Blue) = 198+129+104=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C68168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68168 is #397E97. Grayscale: #929292. Windows color (decimal): -3767960 or 6848966. OLE color: 6848966.

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

Color convert

RGB 198 129 104 -
CMYK 0 0.35 0.47 0.22
HSL 15.96º 0.45% 0.59% -
HSV(B) 15.96º 0.47% 0.78% -
XYZ 33.64 28.71 16.86 -
YUV 146.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 198 129 104 0 0.35 0.47 0.22 15.96 0.45 0.59
Hex C6 81 68 0 23 2F 16 10 2D 3B
Octal 306 201 150 0 43 57 26 20 55 73
Binary 11000110 10000001 1101000 0 100011 101111 10110 10000 101101 111011

Color Harmonies of #C68168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68168

Black with #C68168

Text Example


Text Example

White with #C68168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68168; }

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

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

background-color css

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

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

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

border-color css

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

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

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