#C28A67

Color #C28A67 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C28A67

Tints of Burning Sand #C28A67

Color information

#C28A67 (or 0xC28A67) is unknown color: approx Burning Sand. HEX triplet: C2, 8A and 67. RGB value is (194,138,103). Sum of RGB (Red+Green+Blue) = 194+138+103=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A67 is #3D7598. Grayscale: #969696. Windows color (decimal): -4027801 or 6785730. OLE color: 6785730.

HSL color Cylindrical-coordinate representation of color #C28A67: hue angle of 23.08º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C28A67 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194138103-
CMYK00.290.470.24
HSL23.08º42.72%58.24%-
HSV(B)23.08º46.91%76.08%-
XYZ33.7830.6316.96-
YUV150.75101.05158.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=44.60%
G=31.72%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413810300.290.470.2423.0842.7258.24
HexC28A6701D2F18172b3a
Octal3022121470355730275372
Binary110000101000101011001110111011011111100010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A67; }

 p { color: rgb(194,138,103); }

 H1.HeaderClassName
 {
   color: #C28A67;
 }
 .AnyTagClassName
 {
   color: #C28A67;
 }
</style>
background-color css

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

 a { background-color: rgb(194,138,103); }

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

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

 span { border-color: rgb(194,138,103); }

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