Html Css Color HEX #CB8263 Burning Sand

📋 copy color: '#CB8263'

red 203 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #CB8263

Tints of Burning Sand #CB8263

RGB

 RED value IS 203 (79.69% from 255) = 46.99%

 GREEN value IS 130 (51.17% from 255) = 30.09%

 BLUE value IS 99 (39.06% from 255) = 22.92%

R = 46.99%
G = 30.09%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB8263 (or 0xCB8263) is known color: Burning Sand. HEX triplet: CB, 82 and 63. RGB value is (203,130,99). Sum of RGB (Red+Green+Blue) = 203+130+99=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8263 is #347D9C. Grayscale: #949494. Windows color (decimal): -3440029 or 6521547. OLE color: 6521547.

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

Color convert

RGB 203 130 99 -
CMYK 0 0.36 0.51 0.20
HSL 17.88º 0.5% 0.59% -
HSV(B) 17.88º 0.51% 0.8% -
XYZ 34.86 29.56 15.67 -
YUV 148.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 203 130 99 0 0.36 0.51 0.20 17.88 0.5 0.59
Hex CB 82 63 0 24 33 14 12 32 3B
Octal 313 202 143 0 44 63 24 22 62 73
Binary 11001011 10000010 1100011 0 100100 110011 10100 10010 110010 111011

Color Harmonies of #CB8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8263

Black with #CB8263

Text Example


Text Example

White with #CB8263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8263; }

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

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

background-color css

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

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

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

border-color css

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

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

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