Html Css Color HEX #C68269 Burning Sand

📋 copy color: '#C68269'

red 198 ◦ green 130 ◦ blue 105

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

Shades of Burning Sand #C68269

Tints of Burning Sand #C68269

RGB

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

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

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

R = 45.73%
G = 30.02%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68269 (or 0xC68269) is known color: Burning Sand. HEX triplet: C6, 82 and 69. RGB value is (198,130,105). Sum of RGB (Red+Green+Blue) = 198+130+105=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C68269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68269 is #397D96. Grayscale: #939393. Windows color (decimal): -3767703 or 6914758. OLE color: 6914758.

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

Color convert

RGB 198 130 105 -
CMYK 0 0.34 0.47 0.22
HSL 16.13º 0.45% 0.59% -
HSV(B) 16.13º 0.47% 0.78% -
XYZ 33.82 28.99 17.18 -
YUV 147.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 198 130 105 0 0.34 0.47 0.22 16.13 0.45 0.59
Hex C6 82 69 0 22 2F 16 10 2D 3B
Octal 306 202 151 0 42 57 26 20 55 73
Binary 11000110 10000010 1101001 0 100010 101111 10110 10000 101101 111011

Color Harmonies of #C68269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68269

Black with #C68269

Text Example


Text Example

White with #C68269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68269; }

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

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

background-color css

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

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

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

border-color css

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

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

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