Html Css Color HEX #CB7F55 Burning Sand

📋 copy color: '#CB7F55'

red 203 ◦ green 127 ◦ blue 85

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

Shades of Burning Sand #CB7F55

Tints of Burning Sand #CB7F55

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

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

R = 48.92%
G = 30.6%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB7F55 (or 0xCB7F55) is known color: Burning Sand. HEX triplet: CB, 7F and 55. RGB value is (203,127,85). Sum of RGB (Red+Green+Blue) = 203+127+85=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F55 is #3480AA. Grayscale: #919191. Windows color (decimal): -3440811 or 5603275. OLE color: 5603275.

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

Color convert

RGB 203 127 85 -
CMYK 0 0.37 0.58 0.20
HSL 21.36º 0.53% 0.56% -
HSV(B) 21.36º 0.58% 0.8% -
XYZ 33.86 28.53 12.32 -
YUV 144.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 203 127 85 0 0.37 0.58 0.20 21.36 0.53 0.56
Hex CB 7F 55 0 25 3A 14 15 35 38
Octal 313 177 125 0 45 72 24 25 65 70
Binary 11001011 1111111 1010101 0 100101 111010 10100 10101 110101 111000

Color Harmonies of #CB7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F55

Black with #CB7F55

Text Example


Text Example

White with #CB7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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