Html Css Color HEX #CD687C Charm

📋 copy color: '#CD687C'

red 205 ◦ green 104 ◦ blue 124

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

Shades of Charm #CD687C

Tints of Charm #CD687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 47.34%
G = 24.02%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD687C (or 0xCD687C) is known color: Charm. HEX triplet: CD, 68 and 7C. RGB value is (205,104,124). Sum of RGB (Red+Green+Blue) = 205+104+124=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD687C is #329783. Grayscale: #888888. Windows color (decimal): -3315588 or 8153293. OLE color: 8153293.

HSL color Cylindrical-coordinate representation of color #CD687C: hue angle of 348.12º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD687C is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 104 124 -
CMYK 0 0.49 0.40 0.20
HSL 348.12º 0.5% 0.61% -
HSV(B) 348.12º 0.49% 0.8% -
XYZ 33.77 24.34 21.99 -
YUV 136.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 205 104 124 0 0.49 0.40 0.20 348.12 0.5 0.61
Hex CD 68 7C 0 31 28 14 15C 32 3D
Octal 315 150 174 0 61 50 24 534 62 75
Binary 11001101 1101000 1111100 0 110001 101000 10100 101011100 110010 111101

Color Harmonies of #CD687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD687C

Black with #CD687C

Text Example


Text Example

White with #CD687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD687C; }

 p { color: rgb(205,104,124); }

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

background-color css

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

 a { background-color: rgb(205,104,124); }

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

border-color css

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

 span { border-color: rgb(205,104,124); }

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