Html Css Color HEX #CD614A Dark Coral

📋 copy color: '#CD614A'

red 205 ◦ green 97 ◦ blue 74

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

Shades of Dark Coral #CD614A

Tints of Dark Coral #CD614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

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

R = 54.52%
G = 25.8%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD614A (or 0xCD614A) is known color: Dark Coral. HEX triplet: CD, 61 and 4A. RGB value is (205,97,74). Sum of RGB (Red+Green+Blue) = 205+97+74=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD614A is #329EB5. Grayscale: #7E7E7E. Windows color (decimal): -3317430 or 4874701. OLE color: 4874701.

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

Color convert

RGB 205 97 74 -
CMYK 0 0.53 0.64 0.20
HSL 10.53º 0.57% 0.55% -
HSV(B) 10.53º 0.64% 0.8% -
XYZ 30.69 22.02 9.11 -
YUV 126.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 205 97 74 0 0.53 0.64 0.20 10.53 0.57 0.55
Hex CD 61 4A 0 35 40 14 B 39 37
Octal 315 141 112 0 65 100 24 13 71 67
Binary 11001101 1100001 1001010 0 110101 1000000 10100 1011 111001 110111

Color Harmonies of #CD614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD614A

Black with #CD614A

Text Example


Text Example

White with #CD614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD614A; }

 p { color: rgb(205,97,74); }

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

background-color css

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

 a { background-color: rgb(205,97,74); }

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

border-color css

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

 span { border-color: rgb(205,97,74); }

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