Html Css Color HEX #CA594C Dark Coral

📋 copy color: '#CA594C'

red 202 ◦ green 89 ◦ blue 76

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

Shades of Dark Coral #CA594C

Tints of Dark Coral #CA594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 55.04%
G = 24.25%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA594C (or 0xCA594C) is known color: Dark Coral. HEX triplet: CA, 59 and 4C. RGB value is (202,89,76). Sum of RGB (Red+Green+Blue) = 202+89+76=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA594C is #35A6B3. Grayscale: #797979. Windows color (decimal): -3516084 or 5003722. OLE color: 5003722.

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

Color convert

RGB 202 89 76 -
CMYK 0 0.56 0.62 0.21
HSL 6.19º 0.54% 0.55% -
HSV(B) 6.19º 0.62% 0.79% -
XYZ 29.23 20.22 9.2 -
YUV 121.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 202 89 76 0 0.56 0.62 0.21 6.19 0.54 0.55
Hex CA 59 4C 0 38 3E 15 6 36 37
Octal 312 131 114 0 70 76 25 6 66 67
Binary 11001010 1011001 1001100 0 111000 111110 10101 110 110110 110111

Color Harmonies of #CA594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA594C

Black with #CA594C

Text Example


Text Example

White with #CA594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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