Html Css Color HEX #CB7E55 Burning Sand

📋 copy color: '#CB7E55'

red 203 ◦ green 126 ◦ blue 85

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

Shades of Burning Sand #CB7E55

Tints of Burning Sand #CB7E55

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.43%

 BLUE value IS 85 (33.59% from 255) = 20.53%

R = 49.03%
G = 30.43%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB7E55 (or 0xCB7E55) is known color: Burning Sand. HEX triplet: CB, 7E and 55. RGB value is (203,126,85). Sum of RGB (Red+Green+Blue) = 203+126+85=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E55 is #3481AA. Grayscale: #909090. Windows color (decimal): -3441067 or 5603019. OLE color: 5603019.

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

Color convert

RGB 203 126 85 -
CMYK 0 0.38 0.58 0.20
HSL 20.85º 0.53% 0.56% -
HSV(B) 20.85º 0.58% 0.8% -
XYZ 33.73 28.27 12.27 -
YUV 144.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 203 126 85 0 0.38 0.58 0.20 20.85 0.53 0.56
Hex CB 7E 55 0 26 3A 14 15 35 38
Octal 313 176 125 0 46 72 24 25 65 70
Binary 11001011 1111110 1010101 0 100110 111010 10100 10101 110101 111000

Color Harmonies of #CB7E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E55

Black with #CB7E55

Text Example


Text Example

White with #CB7E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E55; }

 p { color: rgb(203,126,85); }

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

background-color css

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

 a { background-color: rgb(203,126,85); }

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

border-color css

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

 span { border-color: rgb(203,126,85); }

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