Html Css Color HEX #C68A69 Burning Sand

📋 copy color: '#C68A69'

red 198 ◦ green 138 ◦ blue 105

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

Shades of Burning Sand #C68A69

Tints of Burning Sand #C68A69

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

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

R = 44.9%
G = 31.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68A69 (or 0xC68A69) is known color: Burning Sand. HEX triplet: C6, 8A and 69. RGB value is (198,138,105). Sum of RGB (Red+Green+Blue) = 198+138+105=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A69 is #397596. Grayscale: #989898. Windows color (decimal): -3765655 or 6916806. OLE color: 6916806.

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

Color convert

RGB 198 138 105 -
CMYK 0 0.30 0.47 0.22
HSL 21.29º 0.45% 0.59% -
HSV(B) 21.29º 0.47% 0.78% -
XYZ 34.93 31.2 17.55 -
YUV 152.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 198 138 105 0 0.30 0.47 0.22 21.29 0.45 0.59
Hex C6 8A 69 0 1E 2F 16 15 2D 3B
Octal 306 212 151 0 36 57 26 25 55 73
Binary 11000110 10001010 1101001 0 11110 101111 10110 10101 101101 111011

Color Harmonies of #C68A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A69

Black with #C68A69

Text Example


Text Example

White with #C68A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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