Html Css Color HEX #CB5249 Sunset

📋 copy color: '#CB5249'

red 203 ◦ green 82 ◦ blue 73

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

Shades of Sunset #CB5249

Tints of Sunset #CB5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 56.7%
G = 22.91%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB5249 (or 0xCB5249) is known color: Sunset. HEX triplet: CB, 52 and 49. RGB value is (203,82,73). Sum of RGB (Red+Green+Blue) = 203+82+73=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5249 is #34ADB6. Grayscale: #757575. Windows color (decimal): -3452343 or 4805323. OLE color: 4805323.

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

Color convert

RGB 203 82 73 -
CMYK 0 0.60 0.64 0.20
HSL 4.15º 0.56% 0.54% -
HSV(B) 4.15º 0.64% 0.8% -
XYZ 28.85 19.21 8.49 -
YUV 117.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 203 82 73 0 0.60 0.64 0.20 4.15 0.56 0.54
Hex CB 52 49 0 3C 40 14 4 38 36
Octal 313 122 111 0 74 100 24 4 70 66
Binary 11001011 1010010 1001001 0 111100 1000000 10100 100 111000 110110

Color Harmonies of #CB5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5249

Black with #CB5249

Text Example


Text Example

White with #CB5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5249; }

 p { color: rgb(203,82,73); }

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

background-color css

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

 a { background-color: rgb(203,82,73); }

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

border-color css

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

 span { border-color: rgb(203,82,73); }

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