Html Css Color HEX #C28261 Burning Sand

📋 copy color: '#C28261'

red 194 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #C28261

Tints of Burning Sand #C28261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.04%

R = 46.08%
G = 30.88%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C28261 (or 0xC28261) is known color: Burning Sand. HEX triplet: C2, 82 and 61. RGB value is (194,130,97). Sum of RGB (Red+Green+Blue) = 194+130+97=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C28261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28261 is #3D7D9E. Grayscale: #919191. Windows color (decimal): -4029855 or 6390466. OLE color: 6390466.

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

Color convert

RGB 194 130 97 -
CMYK 0 0.33 0.50 0.24
HSL 20.41º 0.44% 0.57% -
HSV(B) 20.41º 0.5% 0.76% -
XYZ 32.39 28.3 15.06 -
YUV 145.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 194 130 97 0 0.33 0.50 0.24 20.41 0.44 0.57
Hex C2 82 61 0 21 32 18 14 2C 39
Octal 302 202 141 0 41 62 30 24 54 71
Binary 11000010 10000010 1100001 0 100001 110010 11000 10100 101100 111001

Color Harmonies of #C28261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28261

Black with #C28261

Text Example


Text Example

White with #C28261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28261; }

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

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

background-color css

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

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

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

border-color css

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

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

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