Html Css Color HEX #C68263 Burning Sand

📋 copy color: '#C68263'

red 198 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #C68263

Tints of Burning Sand #C68263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

 BLUE value IS 99 (39.06% from 255) = 23.19%

R = 46.37%
G = 30.44%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C68263 (or 0xC68263) is known color: Burning Sand. HEX triplet: C6, 82 and 63. RGB value is (198,130,99). Sum of RGB (Red+Green+Blue) = 198+130+99=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C68263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68263 is #397D9C. Grayscale: #929292. Windows color (decimal): -3767709 or 6521542. OLE color: 6521542.

HSL color Cylindrical-coordinate representation of color #C68263: hue angle of 18.79º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C68263 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 99 -
CMYK 0 0.34 0.50 0.22
HSL 18.79º 0.46% 0.58% -
HSV(B) 18.79º 0.5% 0.78% -
XYZ 33.52 28.87 15.61 -
YUV 146.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 198 130 99 0 0.34 0.50 0.22 18.79 0.46 0.58
Hex C6 82 63 0 22 32 16 13 2E 3A
Octal 306 202 143 0 42 62 26 23 56 72
Binary 11000110 10000010 1100011 0 100010 110010 10110 10011 101110 111010

Color Harmonies of #C68263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68263

Black with #C68263

Text Example


Text Example

White with #C68263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68263; }

 p { color: rgb(198,130,99); }

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

background-color css

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

 a { background-color: rgb(198,130,99); }

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

border-color css

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

 span { border-color: rgb(198,130,99); }

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