Html Css Color HEX #CB855B Burning Sand

📋 copy color: '#CB855B'

red 203 ◦ green 133 ◦ blue 91

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

Shades of Burning Sand #CB855B

Tints of Burning Sand #CB855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

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

R = 47.54%
G = 31.15%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB855B (or 0xCB855B) is known color: Burning Sand. HEX triplet: CB, 85 and 5B. RGB value is (203,133,91). Sum of RGB (Red+Green+Blue) = 203+133+91=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB855B is #347AA4. Grayscale: #959595. Windows color (decimal): -3439269 or 5998027. OLE color: 5998027.

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

Color convert

RGB 203 133 91 -
CMYK 0 0.34 0.55 0.20
HSL 22.5º 0.52% 0.58% -
HSV(B) 22.5º 0.55% 0.8% -
XYZ 34.9 30.23 13.89 -
YUV 149.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 203 133 91 0 0.34 0.55 0.20 22.5 0.52 0.58
Hex CB 85 5B 0 22 37 14 16 34 3A
Octal 313 205 133 0 42 67 24 26 64 72
Binary 11001011 10000101 1011011 0 100010 110111 10100 10110 110100 111010

Color Harmonies of #CB855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB855B

Black with #CB855B

Text Example


Text Example

White with #CB855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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