Html Css Color HEX #C68866 Burning Sand

📋 copy color: '#C68866'

red 198 ◦ green 136 ◦ blue 102

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

Shades of Burning Sand #C68866

Tints of Burning Sand #C68866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.19%

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

R = 45.41%
G = 31.19%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C68866 (or 0xC68866) is known color: Burning Sand. HEX triplet: C6, 88 and 66. RGB value is (198,136,102). Sum of RGB (Red+Green+Blue) = 198+136+102=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C68866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68866 is #397799. Grayscale: #969696. Windows color (decimal): -3766170 or 6719686. OLE color: 6719686.

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

Color convert

RGB 198 136 102 -
CMYK 0 0.31 0.48 0.22
HSL 21.25º 0.46% 0.59% -
HSV(B) 21.25º 0.48% 0.78% -
XYZ 34.49 30.57 16.65 -
YUV 150.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 198 136 102 0 0.31 0.48 0.22 21.25 0.46 0.59
Hex C6 88 66 0 1F 30 16 15 2E 3B
Octal 306 210 146 0 37 60 26 25 56 73
Binary 11000110 10001000 1100110 0 11111 110000 10110 10101 101110 111011

Color Harmonies of #C68866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68866

Black with #C68866

Text Example


Text Example

White with #C68866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68866; }

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

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

background-color css

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

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

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

border-color css

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

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

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