Html Css Color HEX #C28562 Burning Sand

📋 copy color: '#C28562'

red 194 ◦ green 133 ◦ blue 98

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

Shades of Burning Sand #C28562

Tints of Burning Sand #C28562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

 BLUE value IS 98 (38.67% from 255) = 23.06%

R = 45.65%
G = 31.29%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C28562 (or 0xC28562) is known color: Burning Sand. HEX triplet: C2, 85 and 62. RGB value is (194,133,98). Sum of RGB (Red+Green+Blue) = 194+133+98=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28562 is #3D7A9D. Grayscale: #939393. Windows color (decimal): -4029086 or 6456770. OLE color: 6456770.

HSL color Cylindrical-coordinate representation of color #C28562: hue angle of 21.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C28562 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 98 -
CMYK 0 0.31 0.49 0.24
HSL 21.88º 0.44% 0.57% -
HSV(B) 21.88º 0.49% 0.76% -
XYZ 32.84 29.13 15.45 -
YUV 147.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 194 133 98 0 0.31 0.49 0.24 21.88 0.44 0.57
Hex C2 85 62 0 1F 31 18 16 2C 39
Octal 302 205 142 0 37 61 30 26 54 71
Binary 11000010 10000101 1100010 0 11111 110001 11000 10110 101100 111001

Color Harmonies of #C28562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28562

Black with #C28562

Text Example


Text Example

White with #C28562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28562; }

 p { color: rgb(194,133,98); }

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

background-color css

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

 a { background-color: rgb(194,133,98); }

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

border-color css

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

 span { border-color: rgb(194,133,98); }

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