Html Css Color HEX #C28364 Burning Sand

📋 copy color: '#C28364'

red 194 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #C28364

Tints of Burning Sand #C28364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 45.65%
G = 30.82%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28364 (or 0xC28364) is known color: Burning Sand. HEX triplet: C2, 83 and 64. RGB value is (194,131,100). Sum of RGB (Red+Green+Blue) = 194+131+100=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28364 is #3D7C9B. Grayscale: #929292. Windows color (decimal): -4029596 or 6587330. OLE color: 6587330.

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

Color convert

RGB 194 131 100 -
CMYK 0 0.32 0.48 0.24
HSL 19.79º 0.44% 0.58% -
HSV(B) 19.79º 0.48% 0.76% -
XYZ 32.66 28.62 15.86 -
YUV 146.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 194 131 100 0 0.32 0.48 0.24 19.79 0.44 0.58
Hex C2 83 64 0 20 30 18 14 2C 3A
Octal 302 203 144 0 40 60 30 24 54 72
Binary 11000010 10000011 1100100 0 100000 110000 11000 10100 101100 111010

Color Harmonies of #C28364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28364

Black with #C28364

Text Example


Text Example

White with #C28364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28364; }

 p { color: rgb(194,131,100); }

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

background-color css

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

 a { background-color: rgb(194,131,100); }

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

border-color css

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

 span { border-color: rgb(194,131,100); }

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