Html Css Color HEX #C28869 Burning Sand

📋 copy color: '#C28869'

red 194 ◦ green 136 ◦ blue 105

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

Shades of Burning Sand #C28869

Tints of Burning Sand #C28869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 44.6%
G = 31.26%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C28869 (or 0xC28869) is known color: Burning Sand. HEX triplet: C2, 88 and 69. RGB value is (194,136,105). Sum of RGB (Red+Green+Blue) = 194+136+105=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C28869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28869 is #3D7796. Grayscale: #959595. Windows color (decimal): -4028311 or 6916290. OLE color: 6916290.

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

Color convert

RGB 194 136 105 -
CMYK 0 0.30 0.46 0.24
HSL 20.9º 0.42% 0.59% -
HSV(B) 20.9º 0.46% 0.76% -
XYZ 33.6 30.1 17.4 -
YUV 149.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 194 136 105 0 0.30 0.46 0.24 20.9 0.42 0.59
Hex C2 88 69 0 1E 2E 18 15 2A 3B
Octal 302 210 151 0 36 56 30 25 52 73
Binary 11000010 10001000 1101001 0 11110 101110 11000 10101 101010 111011

Color Harmonies of #C28869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28869

Black with #C28869

Text Example


Text Example

White with #C28869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28869; }

 p { color: rgb(194,136,105); }

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

background-color css

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

 a { background-color: rgb(194,136,105); }

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

border-color css

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

 span { border-color: rgb(194,136,105); }

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