Html Css Color HEX #CA5A4D Dark Coral

📋 copy color: '#CA5A4D'

red 202 ◦ green 90 ◦ blue 77

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

Shades of Dark Coral #CA5A4D

Tints of Dark Coral #CA5A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 54.74%
G = 24.39%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA5A4D (or 0xCA5A4D) is known color: Dark Coral. HEX triplet: CA, 5A and 4D. RGB value is (202,90,77). Sum of RGB (Red+Green+Blue) = 202+90+77=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A4D is #35A5B2. Grayscale: #7A7A7A. Windows color (decimal): -3515827 or 5069514. OLE color: 5069514.

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

Color convert

RGB 202 90 77 -
CMYK 0 0.55 0.62 0.21
HSL 6.24º 0.54% 0.55% -
HSV(B) 6.24º 0.62% 0.79% -
XYZ 29.35 20.4 9.41 -
YUV 122.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 202 90 77 0 0.55 0.62 0.21 6.24 0.54 0.55
Hex CA 5A 4D 0 37 3E 15 6 36 37
Octal 312 132 115 0 67 76 25 6 66 67
Binary 11001010 1011010 1001101 0 110111 111110 10101 110 110110 110111

Color Harmonies of #CA5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A4D

Black with #CA5A4D

Text Example


Text Example

White with #CA5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A4D; }

 p { color: rgb(202,90,77); }

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

background-color css

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

 a { background-color: rgb(202,90,77); }

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

border-color css

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

 span { border-color: rgb(202,90,77); }

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