Html Css Color HEX #CB836D Burning Sand

📋 copy color: '#CB836D'

red 203 ◦ green 131 ◦ blue 109

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

Shades of Burning Sand #CB836D

Tints of Burning Sand #CB836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.57%

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

R = 45.82%
G = 29.57%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB836D (or 0xCB836D) is known color: Burning Sand. HEX triplet: CB, 83 and 6D. RGB value is (203,131,109). Sum of RGB (Red+Green+Blue) = 203+131+109=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB836D is #347C92. Grayscale: #969696. Windows color (decimal): -3439763 or 7177163. OLE color: 7177163.

HSL color Cylindrical-coordinate representation of color #CB836D: hue angle of 14.04º 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 #CB836D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 109 -
CMYK 0 0.35 0.46 0.20
HSL 14.04º 0.47% 0.61% -
HSV(B) 14.04º 0.46% 0.8% -
XYZ 35.51 30.03 18.39 -
YUV 150.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 203 131 109 0 0.35 0.46 0.20 14.04 0.47 0.61
Hex CB 83 6D 0 23 2E 14 E 2F 3D
Octal 313 203 155 0 43 56 24 16 57 75
Binary 11001011 10000011 1101101 0 100011 101110 10100 1110 101111 111101

Color Harmonies of #CB836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB836D

Black with #CB836D

Text Example


Text Example

White with #CB836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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