Html Css Color HEX #CD654C Dark Coral

📋 copy color: '#CD654C'

red 205 ◦ green 101 ◦ blue 76

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

Shades of Dark Coral #CD654C

Tints of Dark Coral #CD654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 53.66%
G = 26.44%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD654C (or 0xCD654C) is known color: Dark Coral. HEX triplet: CD, 65 and 4C. RGB value is (205,101,76). Sum of RGB (Red+Green+Blue) = 205+101+76=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD654C is #329AB3. Grayscale: #818181. Windows color (decimal): -3316404 or 5006797. OLE color: 5006797.

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

Color convert

RGB 205 101 76 -
CMYK 0 0.51 0.63 0.20
HSL 11.63º 0.56% 0.55% -
HSV(B) 11.63º 0.63% 0.8% -
XYZ 31.14 22.81 9.6 -
YUV 129.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 205 101 76 0 0.51 0.63 0.20 11.63 0.56 0.55
Hex CD 65 4C 0 33 3F 14 C 38 37
Octal 315 145 114 0 63 77 24 14 70 67
Binary 11001101 1100101 1001100 0 110011 111111 10100 1100 111000 110111

Color Harmonies of #CD654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD654C

Black with #CD654C

Text Example


Text Example

White with #CD654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD654C; }

 p { color: rgb(205,101,76); }

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

background-color css

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

 a { background-color: rgb(205,101,76); }

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

border-color css

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

 span { border-color: rgb(205,101,76); }

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