Html Css Color HEX #CD503F Dark Coral

📋 copy color: '#CD503F'

red 205 ◦ green 80 ◦ blue 63

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

Shades of Dark Coral #CD503F

Tints of Dark Coral #CD503F

RGB

 RED value IS 205 (80.47% from 255) = 58.91%

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 58.91%
G = 22.99%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD503F (or 0xCD503F) is known color: Dark Coral. HEX triplet: CD, 50 and 3F. RGB value is (205,80,63). Sum of RGB (Red+Green+Blue) = 205+80+63=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD503F is #32AFC0. Grayscale: #737373. Windows color (decimal): -3321793 or 4149453. OLE color: 4149453.

HSL color Cylindrical-coordinate representation of color #CD503F: hue angle of 7.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD503F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 80 63 -
CMYK 0 0.61 0.69 0.20
HSL 7.18º 0.59% 0.53% -
HSV(B) 7.18º 0.69% 0.8% -
XYZ 28.94 19.08 6.86 -
YUV 115.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 205 80 63 0 0.61 0.69 0.20 7.18 0.59 0.53
Hex CD 50 3F 0 3D 45 14 7 3B 35
Octal 315 120 77 0 75 105 24 7 73 65
Binary 11001101 1010000 111111 0 111101 1000101 10100 111 111011 110101

Color Harmonies of #CD503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD503F

Black with #CD503F

Text Example


Text Example

White with #CD503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD503F; }

 p { color: rgb(205,80,63); }

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

background-color css

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

 a { background-color: rgb(205,80,63); }

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

border-color css

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

 span { border-color: rgb(205,80,63); }

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