Html Css Color HEX #C28264 Burning Sand

📋 copy color: '#C28264'

red 194 ◦ green 130 ◦ blue 100

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

Shades of Burning Sand #C28264

Tints of Burning Sand #C28264

RGB

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

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

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

R = 45.75%
G = 30.66%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28264 (or 0xC28264) is known color: Burning Sand. HEX triplet: C2, 82 and 64. RGB value is (194,130,100). Sum of RGB (Red+Green+Blue) = 194+130+100=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C28264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28264 is #3D7D9B. Grayscale: #919191. Windows color (decimal): -4029852 or 6587074. OLE color: 6587074.

HSL color Cylindrical-coordinate representation of color #C28264: hue angle of 19.15º 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 #C28264 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 100 -
CMYK 0 0.33 0.48 0.24
HSL 19.15º 0.44% 0.58% -
HSV(B) 19.15º 0.48% 0.76% -
XYZ 32.53 28.35 15.82 -
YUV 145.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 194 130 100 0 0.33 0.48 0.24 19.15 0.44 0.58
Hex C2 82 64 0 21 30 18 13 2C 3A
Octal 302 202 144 0 41 60 30 23 54 72
Binary 11000010 10000010 1100100 0 100001 110000 11000 10011 101100 111010

Color Harmonies of #C28264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28264

Black with #C28264

Text Example


Text Example

White with #C28264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28264; }

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

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

background-color css

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

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

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

border-color css

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

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

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