Html Css Color HEX #CA5C4D Dark Coral

📋 copy color: '#CA5C4D'

red 202 ◦ green 92 ◦ blue 77

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

Shades of Dark Coral #CA5C4D

Tints of Dark Coral #CA5C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

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

R = 54.45%
G = 24.8%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA5C4D (or 0xCA5C4D) is known color: Dark Coral. HEX triplet: CA, 5C and 4D. RGB value is (202,92,77). Sum of RGB (Red+Green+Blue) = 202+92+77=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C4D is #35A3B2. Grayscale: #7B7B7B. Windows color (decimal): -3515315 or 5070026. OLE color: 5070026.

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

Color convert

RGB 202 92 77 -
CMYK 0 0.54 0.62 0.21
HSL 7.2º 0.54% 0.55% -
HSV(B) 7.2º 0.62% 0.79% -
XYZ 29.52 20.75 9.47 -
YUV 123.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 202 92 77 0 0.54 0.62 0.21 7.2 0.54 0.55
Hex CA 5C 4D 0 36 3E 15 7 36 37
Octal 312 134 115 0 66 76 25 7 66 67
Binary 11001010 1011100 1001101 0 110110 111110 10101 111 110110 110111

Color Harmonies of #CA5C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C4D

Black with #CA5C4D

Text Example


Text Example

White with #CA5C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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