Html Css Color HEX #CA593F Dark Coral

📋 copy color: '#CA593F'

red 202 ◦ green 89 ◦ blue 63

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

Shades of Dark Coral #CA593F

Tints of Dark Coral #CA593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 63 (25% from 255) = 17.8%

R = 57.06%
G = 25.14%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA593F (or 0xCA593F) is known color: Dark Coral. HEX triplet: CA, 59 and 3F. RGB value is (202,89,63). Sum of RGB (Red+Green+Blue) = 202+89+63=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA593F is #35A6C0. Grayscale: #787878. Windows color (decimal): -3516097 or 4151754. OLE color: 4151754.

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

Color convert

RGB 202 89 63 -
CMYK 0 0.56 0.69 0.21
HSL 11.22º 0.57% 0.52% -
HSV(B) 11.22º 0.69% 0.79% -
XYZ 28.83 20.06 7.06 -
YUV 119.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 202 89 63 0 0.56 0.69 0.21 11.22 0.57 0.52
Hex CA 59 3F 0 38 45 15 B 39 34
Octal 312 131 77 0 70 105 25 13 71 64
Binary 11001010 1011001 111111 0 111000 1000101 10101 1011 111001 110100

Color Harmonies of #CA593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA593F

Black with #CA593F

Text Example


Text Example

White with #CA593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA593F; }

 p { color: rgb(202,89,63); }

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

background-color css

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

 a { background-color: rgb(202,89,63); }

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

border-color css

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

 span { border-color: rgb(202,89,63); }

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