Html Css Color HEX #CA5548 Dark Coral

📋 copy color: '#CA5548'

red 202 ◦ green 85 ◦ blue 72

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

Shades of Dark Coral #CA5548

Tints of Dark Coral #CA5548

RGB

 RED value IS 202 (79.3% from 255) = 56.27%

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 56.27%
G = 23.68%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5548 (or 0xCA5548) is known color: Dark Coral. HEX triplet: CA, 55 and 48. RGB value is (202,85,72). Sum of RGB (Red+Green+Blue) = 202+85+72=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5548 is #35AAB7. Grayscale: #767676. Windows color (decimal): -3517112 or 4740554. OLE color: 4740554.

HSL color Cylindrical-coordinate representation of color #CA5548: hue angle of 6º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5548 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 72 -
CMYK 0 0.58 0.64 0.21
HSL 0.55% 0.54% -
HSV(B) 0.64% 0.79% -
XYZ 28.78 19.52 8.38 -
YUV 118.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 202 85 72 0 0.58 0.64 0.21 6 0.55 0.54
Hex CA 55 48 0 3A 40 15 6 37 36
Octal 312 125 110 0 72 100 25 6 67 66
Binary 11001010 1010101 1001000 0 111010 1000000 10101 110 110111 110110

Color Harmonies of #CA5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5548

Black with #CA5548

Text Example


Text Example

White with #CA5548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5548; }

 p { color: rgb(202,85,72); }

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

background-color css

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

 a { background-color: rgb(202,85,72); }

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

border-color css

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

 span { border-color: rgb(202,85,72); }

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