Html Css Color HEX #CB835B Burning Sand

📋 copy color: '#CB835B'

red 203 ◦ green 131 ◦ blue 91

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

Shades of Burning Sand #CB835B

Tints of Burning Sand #CB835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 47.76%
G = 30.82%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB835B (or 0xCB835B) is known color: Burning Sand. HEX triplet: CB, 83 and 5B. RGB value is (203,131,91). Sum of RGB (Red+Green+Blue) = 203+131+91=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB835B is #347CA4. Grayscale: #949494. Windows color (decimal): -3439781 or 5997515. OLE color: 5997515.

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

Color convert

RGB 203 131 91 -
CMYK 0 0.35 0.55 0.20
HSL 21.43º 0.52% 0.58% -
HSV(B) 21.43º 0.55% 0.8% -
XYZ 34.63 29.68 13.8 -
YUV 147.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 203 131 91 0 0.35 0.55 0.20 21.43 0.52 0.58
Hex CB 83 5B 0 23 37 14 15 34 3A
Octal 313 203 133 0 43 67 24 25 64 72
Binary 11001011 10000011 1011011 0 100011 110111 10100 10101 110100 111010

Color Harmonies of #CB835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB835B

Black with #CB835B

Text Example


Text Example

White with #CB835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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