Html Css Color HEX #CD644A Dark Coral

📋 copy color: '#CD644A'

red 205 ◦ green 100 ◦ blue 74

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

Shades of Dark Coral #CD644A

Tints of Dark Coral #CD644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

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

R = 54.09%
G = 26.39%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD644A (or 0xCD644A) is known color: Dark Coral. HEX triplet: CD, 64 and 4A. RGB value is (205,100,74). Sum of RGB (Red+Green+Blue) = 205+100+74=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD644A is #329BB5. Grayscale: #808080. Windows color (decimal): -3316662 or 4875469. OLE color: 4875469.

HSL color Cylindrical-coordinate representation of color #CD644A: hue angle of 11.91º 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 #CD644A is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 100 74 -
CMYK 0 0.51 0.64 0.20
HSL 11.91º 0.57% 0.55% -
HSV(B) 11.91º 0.64% 0.8% -
XYZ 30.97 22.59 9.21 -
YUV 128.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 205 100 74 0 0.51 0.64 0.20 11.91 0.57 0.55
Hex CD 64 4A 0 33 40 14 C 39 37
Octal 315 144 112 0 63 100 24 14 71 67
Binary 11001101 1100100 1001010 0 110011 1000000 10100 1100 111001 110111

Color Harmonies of #CD644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD644A

Black with #CD644A

Text Example


Text Example

White with #CD644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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