Html Css Color HEX #CA5648 Dark Coral

📋 copy color: '#CA5648'

red 202 ◦ green 86 ◦ blue 72

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

Shades of Dark Coral #CA5648

Tints of Dark Coral #CA5648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

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

R = 56.11%
G = 23.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5648 (or 0xCA5648) is known color: Dark Coral. HEX triplet: CA, 56 and 48. RGB value is (202,86,72). Sum of RGB (Red+Green+Blue) = 202+86+72=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5648 is #35A9B7. Grayscale: #777777. Windows color (decimal): -3516856 or 4740810. OLE color: 4740810.

HSL color Cylindrical-coordinate representation of color #CA5648: hue angle of 6.46º 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 #CA5648 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 86 72 -
CMYK 0 0.57 0.64 0.21
HSL 6.46º 0.55% 0.54% -
HSV(B) 6.46º 0.64% 0.79% -
XYZ 28.85 19.68 8.41 -
YUV 119.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 202 86 72 0 0.57 0.64 0.21 6.46 0.55 0.54
Hex CA 56 48 0 39 40 15 6 37 36
Octal 312 126 110 0 71 100 25 6 67 66
Binary 11001010 1010110 1001000 0 111001 1000000 10101 110 110111 110110

Color Harmonies of #CA5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5648

Black with #CA5648

Text Example


Text Example

White with #CA5648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5648; }

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

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

background-color css

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

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

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

border-color css

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

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

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