#CD8358

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

Shades of Burning Sand #CD8358

Tints of Burning Sand #CD8358

Color information

#CD8358 (or 0xCD8358) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 58. RGB value is (205,131,88). Sum of RGB (Red+Green+Blue) = 205+131+88=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8358 is #327CA7. Grayscale: #949494. Windows color (decimal): -3308712 or 5800909. OLE color: 5800909.

HSL color Cylindrical-coordinate representation of color #CD8358: hue angle of 22.05º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD8358 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20513188-
CMYK00.360.570.20
HSL22.05º53.92%57.45%-
HSV(B)22.05º57.07%80.39%-
XYZ35.0529.9213.16-
YUV148.2294.02168.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=48.35%
G=30.90%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051318800.360.570.2022.0553.9257.45
HexCD83580243914163639
Octal3152031300447124266671
Binary1100110110000011101100001001001110011010010110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8358; }

 p { color: rgb(205,131,88); }

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

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

 a { background-color: rgb(205,131,88); }

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

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

 span { border-color: rgb(205,131,88); }

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