Html Css Color HEX #CB836A Burning Sand

📋 copy color: '#CB836A'

red 203 ◦ green 131 ◦ blue 106

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

Shades of Burning Sand #CB836A

Tints of Burning Sand #CB836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 46.14%
G = 29.77%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB836A (or 0xCB836A) is known color: Burning Sand. HEX triplet: CB, 83 and 6A. RGB value is (203,131,106). Sum of RGB (Red+Green+Blue) = 203+131+106=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB836A is #347C95. Grayscale: #959595. Windows color (decimal): -3439766 or 6980555. OLE color: 6980555.

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

Color convert

RGB 203 131 106 -
CMYK 0 0.35 0.48 0.20
HSL 15.46º 0.48% 0.61% -
HSV(B) 15.46º 0.48% 0.8% -
XYZ 35.35 29.97 17.56 -
YUV 149.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 203 131 106 0 0.35 0.48 0.20 15.46 0.48 0.61
Hex CB 83 6A 0 23 30 14 F 30 3D
Octal 313 203 152 0 43 60 24 17 60 75
Binary 11001011 10000011 1101010 0 100011 110000 10100 1111 110000 111101

Color Harmonies of #CB836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB836A

Black with #CB836A

Text Example


Text Example

White with #CB836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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