Html Css Color HEX #C28561 Burning Sand

📋 copy color: '#C28561'

red 194 ◦ green 133 ◦ blue 97

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

Shades of Burning Sand #C28561

Tints of Burning Sand #C28561

RGB

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

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

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

R = 45.75%
G = 31.37%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C28561 (or 0xC28561) is known color: Burning Sand. HEX triplet: C2, 85 and 61. RGB value is (194,133,97). Sum of RGB (Red+Green+Blue) = 194+133+97=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C28561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28561 is #3D7A9E. Grayscale: #939393. Windows color (decimal): -4029087 or 6391234. OLE color: 6391234.

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

Color convert

RGB 194 133 97 -
CMYK 0 0.31 0.50 0.24
HSL 22.27º 0.44% 0.57% -
HSV(B) 22.27º 0.5% 0.76% -
XYZ 32.79 29.11 15.2 -
YUV 147.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 194 133 97 0 0.31 0.50 0.24 22.27 0.44 0.57
Hex C2 85 61 0 1F 32 18 16 2C 39
Octal 302 205 141 0 37 62 30 26 54 71
Binary 11000010 10000101 1100001 0 11111 110010 11000 10110 101100 111001

Color Harmonies of #C28561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28561

Black with #C28561

Text Example


Text Example

White with #C28561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28561; }

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

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

background-color css

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

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

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

border-color css

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

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

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