Html Css Color HEX #C68868 Burning Sand

📋 copy color: '#C68868'

red 198 ◦ green 136 ◦ blue 104

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

Shades of Burning Sand #C68868

Tints of Burning Sand #C68868

RGB

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

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

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

R = 45.21%
G = 31.05%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68868 (or 0xC68868) is known color: Burning Sand. HEX triplet: C6, 88 and 68. RGB value is (198,136,104). Sum of RGB (Red+Green+Blue) = 198+136+104=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C68868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68868 is #397797. Grayscale: #979797. Windows color (decimal): -3766168 or 6850758. OLE color: 6850758.

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

Color convert

RGB 198 136 104 -
CMYK 0 0.31 0.47 0.22
HSL 20.43º 0.45% 0.59% -
HSV(B) 20.43º 0.47% 0.78% -
XYZ 34.59 30.61 17.18 -
YUV 150.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 198 136 104 0 0.31 0.47 0.22 20.43 0.45 0.59
Hex C6 88 68 0 1F 2F 16 14 2D 3B
Octal 306 210 150 0 37 57 26 24 55 73
Binary 11000110 10001000 1101000 0 11111 101111 10110 10100 101101 111011

Color Harmonies of #C68868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68868

Black with #C68868

Text Example


Text Example

White with #C68868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68868; }

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

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

background-color css

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

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

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

border-color css

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

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

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