Html Css Color HEX #C68A6B Burning Sand

📋 copy color: '#C68A6B'

red 198 ◦ green 138 ◦ blue 107

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

Shades of Burning Sand #C68A6B

Tints of Burning Sand #C68A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.15%

R = 44.7%
G = 31.15%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C68A6B (or 0xC68A6B) is known color: Burning Sand. HEX triplet: C6, 8A and 6B. RGB value is (198,138,107). Sum of RGB (Red+Green+Blue) = 198+138+107=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A6B is #397594. Grayscale: #989898. Windows color (decimal): -3765653 or 7047878. OLE color: 7047878.

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

Color convert

RGB 198 138 107 -
CMYK 0 0.30 0.46 0.22
HSL 20.44º 0.44% 0.6% -
HSV(B) 20.44º 0.46% 0.78% -
XYZ 35.03 31.24 18.09 -
YUV 152.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 198 138 107 0 0.30 0.46 0.22 20.44 0.44 0.6
Hex C6 8A 6B 0 1E 2E 16 14 2C 3C
Octal 306 212 153 0 36 56 26 24 54 74
Binary 11000110 10001010 1101011 0 11110 101110 10110 10100 101100 111100

Color Harmonies of #C68A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A6B

Black with #C68A6B

Text Example


Text Example

White with #C68A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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