#CB826A

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

Shades of Burning Sand #CB826A

Tints of Burning Sand #CB826A

Color information

#CB826A (or 0xCB826A) is unknown color: approx Burning Sand. HEX triplet: CB, 82 and 6A. RGB value is (203,130,106). Sum of RGB (Red+Green+Blue) = 203+130+106=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB826A is #347D95. Grayscale: #959595. Windows color (decimal): -3440022 or 6980299. OLE color: 6980299.

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

Color convert

RGB203130106-
CMYK00.360.480.20
HSL14.85º48.26%60.59%-
HSV(B)14.85º47.78%79.61%-
XYZ35.2129.717.51-
YUV149.09103.68166.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=46.24%
G=29.61%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313010600.360.480.2014.8548.2660.59
HexCB826A0243014f303d
Octal3132021520446024176075
Binary110010111000001011010100100100110000101001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB826A; }

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

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

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

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

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

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

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

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