Html Css Color HEX #C68267 Burning Sand

📋 copy color: '#C68267'

red 198 ◦ green 130 ◦ blue 103

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

Shades of Burning Sand #C68267

Tints of Burning Sand #C68267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.9%

R = 45.94%
G = 30.16%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C68267 (or 0xC68267) is known color: Burning Sand. HEX triplet: C6, 82 and 67. RGB value is (198,130,103). Sum of RGB (Red+Green+Blue) = 198+130+103=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C68267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68267 is #397D98. Grayscale: #939393. Windows color (decimal): -3767705 or 6783686. OLE color: 6783686.

HSL color Cylindrical-coordinate representation of color #C68267: hue angle of 17.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C68267 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 103 -
CMYK 0 0.34 0.48 0.22
HSL 17.05º 0.45% 0.59% -
HSV(B) 17.05º 0.48% 0.78% -
XYZ 33.72 28.95 16.64 -
YUV 147.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 198 130 103 0 0.34 0.48 0.22 17.05 0.45 0.59
Hex C6 82 67 0 22 30 16 11 2D 3B
Octal 306 202 147 0 42 60 26 21 55 73
Binary 11000110 10000010 1100111 0 100010 110000 10110 10001 101101 111011

Color Harmonies of #C68267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68267

Black with #C68267

Text Example


Text Example

White with #C68267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68267; }

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

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

background-color css

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

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

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

border-color css

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

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

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