Html Css Color HEX #CB4948 Sunset

📋 copy color: '#CB4948'

red 203 ◦ green 73 ◦ blue 72

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

Shades of Sunset #CB4948

Tints of Sunset #CB4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 58.33%
G = 20.98%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB4948 (or 0xCB4948) is known color: Sunset. HEX triplet: CB, 49 and 48. RGB value is (203,73,72). Sum of RGB (Red+Green+Blue) = 203+73+72=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4948 is #34B6B7. Grayscale: #6F6F6F. Windows color (decimal): -3454648 or 4737483. OLE color: 4737483.

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

Color convert

RGB 203 73 72 -
CMYK 0 0.64 0.65 0.20
HSL 0.46º 0.56% 0.54% -
HSV(B) 0.46º 0.65% 0.8% -
XYZ 28.18 17.93 8.11 -
YUV 111.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 203 73 72 0 0.64 0.65 0.20 0.46 0.56 0.54
Hex CB 49 48 0 40 41 14 0 38 36
Octal 313 111 110 0 100 101 24 0 70 66
Binary 11001011 1001001 1001000 0 1000000 1000001 10100 0 111000 110110

Color Harmonies of #CB4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4948

Black with #CB4948

Text Example


Text Example

White with #CB4948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4948; }

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

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

background-color css

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

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

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

border-color css

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

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

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