Html Css Color HEX #CB5448 Dark Coral

📋 copy color: '#CB5448'

red 203 ◦ green 84 ◦ blue 72

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

Shades of Dark Coral #CB5448

Tints of Dark Coral #CB5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

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

R = 56.55%
G = 23.4%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB5448 (or 0xCB5448) is known color: Dark Coral. HEX triplet: CB, 54 and 48. RGB value is (203,84,72). Sum of RGB (Red+Green+Blue) = 203+84+72=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5448 is #34ABB7. Grayscale: #767676. Windows color (decimal): -3451832 or 4740299. OLE color: 4740299.

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

Color convert

RGB 203 84 72 -
CMYK 0 0.59 0.65 0.20
HSL 5.5º 0.56% 0.54% -
HSV(B) 5.5º 0.65% 0.8% -
XYZ 28.97 19.51 8.37 -
YUV 118.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 203 84 72 0 0.59 0.65 0.20 5.5 0.56 0.54
Hex CB 54 48 0 3B 41 14 5 38 36
Octal 313 124 110 0 73 101 24 5 70 66
Binary 11001011 1010100 1001000 0 111011 1000001 10100 101 111000 110110

Color Harmonies of #CB5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5448

Black with #CB5448

Text Example


Text Example

White with #CB5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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