Html Css Color HEX #CB856C Burning Sand

📋 copy color: '#CB856C'

red 203 ◦ green 133 ◦ blue 108

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

Shades of Burning Sand #CB856C

Tints of Burning Sand #CB856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.32%

R = 45.72%
G = 29.95%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB856C (or 0xCB856C) is known color: Burning Sand. HEX triplet: CB, 85 and 6C. RGB value is (203,133,108). Sum of RGB (Red+Green+Blue) = 203+133+108=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB856C is #347A93. Grayscale: #979797. Windows color (decimal): -3439252 or 7112139. OLE color: 7112139.

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

Color convert

RGB 203 133 108 -
CMYK 0 0.34 0.47 0.20
HSL 15.79º 0.48% 0.61% -
HSV(B) 15.79º 0.47% 0.8% -
XYZ 35.72 30.55 18.2 -
YUV 151.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 203 133 108 0 0.34 0.47 0.20 15.79 0.48 0.61
Hex CB 85 6C 0 22 2F 14 10 30 3D
Octal 313 205 154 0 42 57 24 20 60 75
Binary 11001011 10000101 1101100 0 100010 101111 10100 10000 110000 111101

Color Harmonies of #CB856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB856C

Black with #CB856C

Text Example


Text Example

White with #CB856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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