Html Css Color HEX #CD687F Charm

📋 copy color: '#CD687F'

red 205 ◦ green 104 ◦ blue 127

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

Shades of Charm #CD687F

Tints of Charm #CD687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 47.02%
G = 23.85%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD687F (or 0xCD687F) is known color: Charm. HEX triplet: CD, 68 and 7F. RGB value is (205,104,127). Sum of RGB (Red+Green+Blue) = 205+104+127=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD687F is #329780. Grayscale: #888888. Windows color (decimal): -3315585 or 8349901. OLE color: 8349901.

HSL color Cylindrical-coordinate representation of color #CD687F: hue angle of 346.34º 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 #CD687F is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 104 127 -
CMYK 0 0.49 0.38 0.20
HSL 346.34º 0.5% 0.61% -
HSV(B) 346.34º 0.49% 0.8% -
XYZ 33.96 24.41 23 -
YUV 136.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 205 104 127 0 0.49 0.38 0.20 346.34 0.5 0.61
Hex CD 68 7F 0 31 26 14 15A 32 3D
Octal 315 150 177 0 61 46 24 532 62 75
Binary 11001101 1101000 1111111 0 110001 100110 10100 101011010 110010 111101

Color Harmonies of #CD687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD687F

Black with #CD687F

Text Example


Text Example

White with #CD687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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