Html Css Color HEX #CB836B Burning Sand

📋 copy color: '#CB836B'

red 203 ◦ green 131 ◦ blue 107

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

Shades of Burning Sand #CB836B

Tints of Burning Sand #CB836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.26%

R = 46.03%
G = 29.71%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB836B (or 0xCB836B) is known color: Burning Sand. HEX triplet: CB, 83 and 6B. RGB value is (203,131,107). Sum of RGB (Red+Green+Blue) = 203+131+107=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB836B is #347C94. Grayscale: #959595. Windows color (decimal): -3439765 or 7046091. OLE color: 7046091.

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

Color convert

RGB 203 131 107 -
CMYK 0 0.35 0.47 0.20
HSL 15º 0.48% 0.61% -
HSV(B) 15º 0.47% 0.8% -
XYZ 35.4 29.99 17.83 -
YUV 149.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 203 131 107 0 0.35 0.47 0.20 15 0.48 0.61
Hex CB 83 6B 0 23 2F 14 F 30 3D
Octal 313 203 153 0 43 57 24 17 60 75
Binary 11001011 10000011 1101011 0 100011 101111 10100 1111 110000 111101

Color Harmonies of #CB836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB836B

Black with #CB836B

Text Example


Text Example

White with #CB836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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