Html Css Color HEX #CA5545 Dark Coral

📋 copy color: '#CA5545'

red 202 ◦ green 85 ◦ blue 69

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

Shades of Dark Coral #CA5545

Tints of Dark Coral #CA5545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 56.74%
G = 23.88%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA5545 (or 0xCA5545) is known color: Dark Coral. HEX triplet: CA, 55 and 45. RGB value is (202,85,69). Sum of RGB (Red+Green+Blue) = 202+85+69=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5545 is #35AABA. Grayscale: #767676. Windows color (decimal): -3517115 or 4543946. OLE color: 4543946.

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

Color convert

RGB 202 85 69 -
CMYK 0 0.58 0.66 0.21
HSL 7.22º 0.56% 0.53% -
HSV(B) 7.22º 0.66% 0.79% -
XYZ 28.68 19.48 7.88 -
YUV 118.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 202 85 69 0 0.58 0.66 0.21 7.22 0.56 0.53
Hex CA 55 45 0 3A 42 15 7 38 35
Octal 312 125 105 0 72 102 25 7 70 65
Binary 11001010 1010101 1000101 0 111010 1000010 10101 111 111000 110101

Color Harmonies of #CA5545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5545

Black with #CA5545

Text Example


Text Example

White with #CA5545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5545; }

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

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

background-color css

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

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

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

border-color css

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

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

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