Html Css Color HEX #C28369 Burning Sand

📋 copy color: '#C28369'

red 194 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #C28369

Tints of Burning Sand #C28369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

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

R = 45.12%
G = 30.47%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C28369 (or 0xC28369) is known color: Burning Sand. HEX triplet: C2, 83 and 69. RGB value is (194,131,105). Sum of RGB (Red+Green+Blue) = 194+131+105=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C28369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28369 is #3D7C96. Grayscale: #939393. Windows color (decimal): -4029591 or 6915010. OLE color: 6915010.

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

Color convert

RGB 194 131 105 -
CMYK 0 0.32 0.46 0.24
HSL 17.53º 0.42% 0.59% -
HSV(B) 17.53º 0.46% 0.76% -
XYZ 32.91 28.72 17.17 -
YUV 146.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 194 131 105 0 0.32 0.46 0.24 17.53 0.42 0.59
Hex C2 83 69 0 20 2E 18 12 2A 3B
Octal 302 203 151 0 40 56 30 22 52 73
Binary 11000010 10000011 1101001 0 100000 101110 11000 10010 101010 111011

Color Harmonies of #C28369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28369

Black with #C28369

Text Example


Text Example

White with #C28369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28369; }

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

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

background-color css

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

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

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

border-color css

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

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

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