Html Css Color HEX #CD6144 Dark Coral

📋 copy color: '#CD6144'

red 205 ◦ green 97 ◦ blue 68

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

Shades of Dark Coral #CD6144

Tints of Dark Coral #CD6144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.38%

R = 55.41%
G = 26.22%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD6144 (or 0xCD6144) is known color: Dark Coral. HEX triplet: CD, 61 and 44. RGB value is (205,97,68). Sum of RGB (Red+Green+Blue) = 205+97+68=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6144 is #329EBB. Grayscale: #7E7E7E. Windows color (decimal): -3317436 or 4481485. OLE color: 4481485.

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

Color convert

RGB 205 97 68 -
CMYK 0 0.53 0.67 0.20
HSL 12.7º 0.58% 0.54% -
HSV(B) 12.7º 0.67% 0.8% -
XYZ 30.49 21.95 8.1 -
YUV 125.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 205 97 68 0 0.53 0.67 0.20 12.7 0.58 0.54
Hex CD 61 44 0 35 43 14 D 3A 36
Octal 315 141 104 0 65 103 24 15 72 66
Binary 11001101 1100001 1000100 0 110101 1000011 10100 1101 111010 110110

Color Harmonies of #CD6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6144

Black with #CD6144

Text Example


Text Example

White with #CD6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6144; }

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

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

background-color css

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

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

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

border-color css

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

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

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