Html Css Color HEX #C28468 Burning Sand

📋 copy color: '#C28468'

red 194 ◦ green 132 ◦ blue 104

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

Shades of Burning Sand #C28468

Tints of Burning Sand #C28468

RGB

 RED value IS 194 (76.17% from 255) = 45.12%

 GREEN value IS 132 (51.95% from 255) = 30.7%

 BLUE value IS 104 (41.02% from 255) = 24.19%

R = 45.12%
G = 30.7%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C28468 (or 0xC28468) is known color: Burning Sand. HEX triplet: C2, 84 and 68. RGB value is (194,132,104). Sum of RGB (Red+Green+Blue) = 194+132+104=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C28468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28468 is #3D7B97. Grayscale: #939393. Windows color (decimal): -4029336 or 6849730. OLE color: 6849730.

HSL color Cylindrical-coordinate representation of color #C28468: hue angle of 18.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C28468 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 104 -
CMYK 0 0.32 0.46 0.24
HSL 18.67º 0.42% 0.58% -
HSV(B) 18.67º 0.46% 0.76% -
XYZ 33 28.97 16.95 -
YUV 147.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 194 132 104 0 0.32 0.46 0.24 18.67 0.42 0.58
Hex C2 84 68 0 20 2E 18 13 2A 3A
Octal 302 204 150 0 40 56 30 23 52 72
Binary 11000010 10000100 1101000 0 100000 101110 11000 10011 101010 111010

Color Harmonies of #C28468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28468

Black with #C28468

Text Example


Text Example

White with #C28468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28468; }

 p { color: rgb(194,132,104); }

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

background-color css

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

 a { background-color: rgb(194,132,104); }

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

border-color css

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

 span { border-color: rgb(194,132,104); }

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