Html Css Color HEX #CA574B Dark Coral

📋 copy color: '#CA574B'

red 202 ◦ green 87 ◦ blue 75

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

Shades of Dark Coral #CA574B

Tints of Dark Coral #CA574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 55.49%
G = 23.9%
B = 20.6%

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

#CA574B (or 0xCA574B) is known color: Dark Coral. HEX triplet: CA, 57 and 4B. RGB value is (202,87,75). Sum of RGB (Red+Green+Blue) = 202+87+75=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA574B is #35A8B4. Grayscale: #787878. Windows color (decimal): -3516597 or 4937674. OLE color: 4937674.

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

Color convert

RGB 202 87 75 -
CMYK 0 0.57 0.63 0.21
HSL 5.67º 0.55% 0.54% -
HSV(B) 5.67º 0.63% 0.79% -
XYZ 29.04 19.88 8.96 -
YUV 120.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 202 87 75 0 0.57 0.63 0.21 5.67 0.55 0.54
Hex CA 57 4B 0 39 3F 15 6 37 36
Octal 312 127 113 0 71 77 25 6 67 66
Binary 11001010 1010111 1001011 0 111001 111111 10101 110 110111 110110

Color Harmonies of #CA574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA574B

Black with #CA574B

Text Example


Text Example

White with #CA574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA574B; }

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

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

background-color css

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

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

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

border-color css

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

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

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