Html Css Color HEX #C28159 Burning Sand

📋 copy color: '#C28159'

red 194 ◦ green 129 ◦ blue 89

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

Shades of Burning Sand #C28159

Tints of Burning Sand #C28159

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 89 (35.16% from 255) = 21.6%

R = 47.09%
G = 31.31%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C28159 (or 0xC28159) is known color: Burning Sand. HEX triplet: C2, 81 and 59. RGB value is (194,129,89). Sum of RGB (Red+Green+Blue) = 194+129+89=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C28159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28159 is #3D7EA6. Grayscale: #909090. Windows color (decimal): -4030119 or 5865922. OLE color: 5865922.

HSL color Cylindrical-coordinate representation of color #C28159: hue angle of 22.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C28159 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 129 89 -
CMYK 0 0.34 0.54 0.24
HSL 22.86º 0.46% 0.55% -
HSV(B) 22.86º 0.54% 0.76% -
XYZ 31.9 27.89 13.15 -
YUV 143.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 194 129 89 0 0.34 0.54 0.24 22.86 0.46 0.55
Hex C2 81 59 0 22 36 18 17 2E 37
Octal 302 201 131 0 42 66 30 27 56 67
Binary 11000010 10000001 1011001 0 100010 110110 11000 10111 101110 110111

Color Harmonies of #C28159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28159

Black with #C28159

Text Example


Text Example

White with #C28159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28159; }

 p { color: rgb(194,129,89); }

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

background-color css

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

 a { background-color: rgb(194,129,89); }

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

border-color css

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

 span { border-color: rgb(194,129,89); }

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