Html Css Color HEX #CB806D Burning Sand

📋 copy color: '#CB806D'

red 203 ◦ green 128 ◦ blue 109

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

Shades of Burning Sand #CB806D

Tints of Burning Sand #CB806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 46.14%
G = 29.09%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB806D (or 0xCB806D) is known color: Burning Sand. HEX triplet: CB, 80 and 6D. RGB value is (203,128,109). Sum of RGB (Red+Green+Blue) = 203+128+109=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB806D is #347F92. Grayscale: #949494. Windows color (decimal): -3440531 or 7176395. OLE color: 7176395.

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

Color convert

RGB 203 128 109 -
CMYK 0 0.37 0.46 0.20
HSL 12.13º 0.47% 0.61% -
HSV(B) 12.13º 0.46% 0.8% -
XYZ 35.11 29.24 18.26 -
YUV 148.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 203 128 109 0 0.37 0.46 0.20 12.13 0.47 0.61
Hex CB 80 6D 0 25 2E 14 C 2F 3D
Octal 313 200 155 0 45 56 24 14 57 75
Binary 11001011 10000000 1101101 0 100101 101110 10100 1100 101111 111101

Color Harmonies of #CB806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB806D

Black with #CB806D

Text Example


Text Example

White with #CB806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB806D; }

 p { color: rgb(203,128,109); }

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

background-color css

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

 a { background-color: rgb(203,128,109); }

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

border-color css

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

 span { border-color: rgb(203,128,109); }

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