Html Css Color HEX #C28769 Burning Sand

📋 copy color: '#C28769'

red 194 ◦ green 135 ◦ blue 105

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

Shades of Burning Sand #C28769

Tints of Burning Sand #C28769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 44.7%
G = 31.11%
B = 24.19%

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

#C28769 (or 0xC28769) is known color: Burning Sand. HEX triplet: C2, 87 and 69. RGB value is (194,135,105). Sum of RGB (Red+Green+Blue) = 194+135+105=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C28769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28769 is #3D7896. Grayscale: #959595. Windows color (decimal): -4028567 or 6916034. OLE color: 6916034.

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

Color convert

RGB 194 135 105 -
CMYK 0 0.30 0.46 0.24
HSL 20.22º 0.42% 0.59% -
HSV(B) 20.22º 0.46% 0.76% -
XYZ 33.46 29.82 17.36 -
YUV 149.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 194 135 105 0 0.30 0.46 0.24 20.22 0.42 0.59
Hex C2 87 69 0 1E 2E 18 14 2A 3B
Octal 302 207 151 0 36 56 30 24 52 73
Binary 11000010 10000111 1101001 0 11110 101110 11000 10100 101010 111011

Color Harmonies of #C28769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28769

Black with #C28769

Text Example


Text Example

White with #C28769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28769; }

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

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

background-color css

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

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

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

border-color css

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

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

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