Html Css Color HEX #C68969 Burning Sand

📋 copy color: '#C68969'

red 198 ◦ green 137 ◦ blue 105

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

Shades of Burning Sand #C68969

Tints of Burning Sand #C68969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

 BLUE value IS 105 (41.41% from 255) = 23.86%

R = 45%
G = 31.14%
B = 23.86%

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

#C68969 (or 0xC68969) is known color: Burning Sand. HEX triplet: C6, 89 and 69. RGB value is (198,137,105). Sum of RGB (Red+Green+Blue) = 198+137+105=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C68969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68969 is #397696. Grayscale: #979797. Windows color (decimal): -3765911 or 6916550. OLE color: 6916550.

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

Color convert

RGB 198 137 105 -
CMYK 0 0.31 0.47 0.22
HSL 20.65º 0.45% 0.59% -
HSV(B) 20.65º 0.47% 0.78% -
XYZ 34.78 30.92 17.5 -
YUV 151.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 198 137 105 0 0.31 0.47 0.22 20.65 0.45 0.59
Hex C6 89 69 0 1F 2F 16 15 2D 3B
Octal 306 211 151 0 37 57 26 25 55 73
Binary 11000110 10001001 1101001 0 11111 101111 10110 10101 101101 111011

Color Harmonies of #C68969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68969

Black with #C68969

Text Example


Text Example

White with #C68969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68969; }

 p { color: rgb(198,137,105); }

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

background-color css

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

 a { background-color: rgb(198,137,105); }

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

border-color css

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

 span { border-color: rgb(198,137,105); }

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