Html Css Color HEX #CD6242 Dark Coral

📋 copy color: '#CD6242'

red 205 ◦ green 98 ◦ blue 66

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

Shades of Dark Coral #CD6242

Tints of Dark Coral #CD6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 55.56%
G = 26.56%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD6242 (or 0xCD6242) is known color: Dark Coral. HEX triplet: CD, 62 and 42. RGB value is (205,98,66). Sum of RGB (Red+Green+Blue) = 205+98+66=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6242 is #329DBD. Grayscale: #7E7E7E. Windows color (decimal): -3317182 or 4350669. OLE color: 4350669.

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

Color convert

RGB 205 98 66 -
CMYK 0 0.52 0.68 0.20
HSL 13.81º 0.58% 0.53% -
HSV(B) 13.81º 0.68% 0.8% -
XYZ 30.53 22.11 7.81 -
YUV 126.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 205 98 66 0 0.52 0.68 0.20 13.81 0.58 0.53
Hex CD 62 42 0 34 44 14 E 3A 35
Octal 315 142 102 0 64 104 24 16 72 65
Binary 11001101 1100010 1000010 0 110100 1000100 10100 1110 111010 110101

Color Harmonies of #CD6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6242

Black with #CD6242

Text Example


Text Example

White with #CD6242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6242; }

 p { color: rgb(205,98,66); }

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

background-color css

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

 a { background-color: rgb(205,98,66); }

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

border-color css

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

 span { border-color: rgb(205,98,66); }

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