#CB825E

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

Shades of Burning Sand #CB825E

Tints of Burning Sand #CB825E

Color information

#CB825E (or 0xCB825E) is unknown color: approx Burning Sand. HEX triplet: CB, 82 and 5E. RGB value is (203,130,94). Sum of RGB (Red+Green+Blue) = 203+130+94=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB825E is #347DA1. Grayscale: #939393. Windows color (decimal): -3440034 or 6193867. OLE color: 6193867.

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

Color convert

RGB20313094-
CMYK00.360.540.20
HSL19.82º51.17%58.24%-
HSV(B)19.82º53.69%79.61%-
XYZ34.6329.4714.45-
YUV147.7297.68167.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=47.54%
G=30.44%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031309400.360.540.2019.8251.1758.24
HexCB825E024361414333a
Octal3132021360446624246372
Binary1100101110000010101111001001001101101010010100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB825E; }

 p { color: rgb(203,130,94); }

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

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

 a { background-color: rgb(203,130,94); }

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

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

 span { border-color: rgb(203,130,94); }

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