Html Css Color HEX #CA513E Dark Coral

📋 copy color: '#CA513E'

red 202 ◦ green 81 ◦ blue 62

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

Shades of Dark Coral #CA513E

Tints of Dark Coral #CA513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 58.55%
G = 23.48%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA513E (or 0xCA513E) is known color: Dark Coral. HEX triplet: CA, 51 and 3E. RGB value is (202,81,62). Sum of RGB (Red+Green+Blue) = 202+81+62=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA513E is #35AEC1. Grayscale: #737373. Windows color (decimal): -3518146 or 4084170. OLE color: 4084170.

HSL color Cylindrical-coordinate representation of color #CA513E: hue angle of 8.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA513E is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 81 62 -
CMYK 0 0.60 0.69 0.21
HSL 8.14º 0.57% 0.52% -
HSV(B) 8.14º 0.69% 0.79% -
XYZ 28.17 18.79 6.7 -
YUV 115.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 202 81 62 0 0.60 0.69 0.21 8.14 0.57 0.52
Hex CA 51 3E 0 3C 45 15 8 39 34
Octal 312 121 76 0 74 105 25 10 71 64
Binary 11001010 1010001 111110 0 111100 1000101 10101 1000 111001 110100

Color Harmonies of #CA513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA513E

Black with #CA513E

Text Example


Text Example

White with #CA513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA513E; }

 p { color: rgb(202,81,62); }

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

background-color css

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

 a { background-color: rgb(202,81,62); }

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

border-color css

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

 span { border-color: rgb(202,81,62); }

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