Html Css Color HEX #CA574A Dark Coral

📋 copy color: '#CA574A'

red 202 ◦ green 87 ◦ blue 74

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

Shades of Dark Coral #CA574A

Tints of Dark Coral #CA574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.97%

 BLUE value IS 74 (29.3% from 255) = 20.39%

R = 55.65%
G = 23.97%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA574A (or 0xCA574A) is known color: Dark Coral. HEX triplet: CA, 57 and 4A. RGB value is (202,87,74). Sum of RGB (Red+Green+Blue) = 202+87+74=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA574A is #35A8B5. Grayscale: #787878. Windows color (decimal): -3516598 or 4872138. OLE color: 4872138.

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

Color convert

RGB 202 87 74 -
CMYK 0 0.57 0.63 0.21
HSL 6.09º 0.55% 0.54% -
HSV(B) 6.09º 0.63% 0.79% -
XYZ 29 19.87 8.78 -
YUV 119.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 202 87 74 0 0.57 0.63 0.21 6.09 0.55 0.54
Hex CA 57 4A 0 39 3F 15 6 37 36
Octal 312 127 112 0 71 77 25 6 67 66
Binary 11001010 1010111 1001010 0 111001 111111 10101 110 110111 110110

Color Harmonies of #CA574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA574A

Black with #CA574A

Text Example


Text Example

White with #CA574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA574A; }

 p { color: rgb(202,87,74); }

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

background-color css

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

 a { background-color: rgb(202,87,74); }

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

border-color css

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

 span { border-color: rgb(202,87,74); }

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