Html Css Color HEX #CD6345 Dark Coral

📋 copy color: '#CD6345'

red 205 ◦ green 99 ◦ blue 69

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

Shades of Dark Coral #CD6345

Tints of Dark Coral #CD6345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 54.96%
G = 26.54%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD6345 (or 0xCD6345) is known color: Dark Coral. HEX triplet: CD, 63 and 45. RGB value is (205,99,69). Sum of RGB (Red+Green+Blue) = 205+99+69=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6345 is #329CBA. Grayscale: #7F7F7F. Windows color (decimal): -3316923 or 4547533. OLE color: 4547533.

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

Color convert

RGB 205 99 69 -
CMYK 0 0.52 0.66 0.20
HSL 13.24º 0.58% 0.54% -
HSV(B) 13.24º 0.66% 0.8% -
XYZ 30.71 22.33 8.32 -
YUV 127.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 205 99 69 0 0.52 0.66 0.20 13.24 0.58 0.54
Hex CD 63 45 0 34 42 14 D 3A 36
Octal 315 143 105 0 64 102 24 15 72 66
Binary 11001101 1100011 1000101 0 110100 1000010 10100 1101 111010 110110

Color Harmonies of #CD6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6345

Black with #CD6345

Text Example


Text Example

White with #CD6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6345; }

 p { color: rgb(205,99,69); }

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

background-color css

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

 a { background-color: rgb(205,99,69); }

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

border-color css

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

 span { border-color: rgb(205,99,69); }

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