Html Css Color HEX #CA5D48 Dark Coral

📋 copy color: '#CA5D48'

red 202 ◦ green 93 ◦ blue 72

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

Shades of Dark Coral #CA5D48

Tints of Dark Coral #CA5D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

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

R = 55.04%
G = 25.34%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5D48 (or 0xCA5D48) is known color: Dark Coral. HEX triplet: CA, 5D and 48. RGB value is (202,93,72). Sum of RGB (Red+Green+Blue) = 202+93+72=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D48 is #35A2B7. Grayscale: #7B7B7B. Windows color (decimal): -3515064 or 4742602. OLE color: 4742602.

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

Color convert

RGB 202 93 72 -
CMYK 0 0.54 0.64 0.21
HSL 9.69º 0.55% 0.54% -
HSV(B) 9.69º 0.64% 0.79% -
XYZ 29.44 20.85 8.6 -
YUV 123.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 202 93 72 0 0.54 0.64 0.21 9.69 0.55 0.54
Hex CA 5D 48 0 36 40 15 A 37 36
Octal 312 135 110 0 66 100 25 12 67 66
Binary 11001010 1011101 1001000 0 110110 1000000 10101 1010 110111 110110

Color Harmonies of #CA5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D48

Black with #CA5D48

Text Example


Text Example

White with #CA5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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