Html Css Color HEX #C68166 Burning Sand

📋 copy color: '#C68166'

red 198 ◦ green 129 ◦ blue 102

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

Shades of Burning Sand #C68166

Tints of Burning Sand #C68166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.78%

R = 46.15%
G = 30.07%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C68166 (or 0xC68166) is known color: Burning Sand. HEX triplet: C6, 81 and 66. RGB value is (198,129,102). Sum of RGB (Red+Green+Blue) = 198+129+102=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C68166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68166 is #397E99. Grayscale: #929292. Windows color (decimal): -3767962 or 6717894. OLE color: 6717894.

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

Color convert

RGB 198 129 102 -
CMYK 0 0.35 0.48 0.22
HSL 16.88º 0.46% 0.59% -
HSV(B) 16.88º 0.48% 0.78% -
XYZ 33.54 28.67 16.34 -
YUV 146.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 198 129 102 0 0.35 0.48 0.22 16.88 0.46 0.59
Hex C6 81 66 0 23 30 16 11 2E 3B
Octal 306 201 146 0 43 60 26 21 56 73
Binary 11000110 10000001 1100110 0 100011 110000 10110 10001 101110 111011

Color Harmonies of #C68166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68166

Black with #C68166

Text Example


Text Example

White with #C68166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68166; }

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

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

background-color css

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

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

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

border-color css

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

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

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