Html Css Color HEX #CD687A Charm

📋 copy color: '#CD687A'

red 205 ◦ green 104 ◦ blue 122

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

Shades of Charm #CD687A

Tints of Charm #CD687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 47.56%
G = 24.13%
B = 28.31%

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

#CD687A (or 0xCD687A) is known color: Charm. HEX triplet: CD, 68 and 7A. RGB value is (205,104,122). Sum of RGB (Red+Green+Blue) = 205+104+122=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD687A is #329785. Grayscale: #888888. Windows color (decimal): -3315590 or 8022221. OLE color: 8022221.

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

Color convert

RGB 205 104 122 -
CMYK 0 0.49 0.40 0.20
HSL 349.31º 0.5% 0.61% -
HSV(B) 349.31º 0.49% 0.8% -
XYZ 33.64 24.28 21.33 -
YUV 136.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 205 104 122 0 0.49 0.40 0.20 349.31 0.5 0.61
Hex CD 68 7A 0 31 28 14 15D 32 3D
Octal 315 150 172 0 61 50 24 535 62 75
Binary 11001101 1101000 1111010 0 110001 101000 10100 101011101 110010 111101

Color Harmonies of #CD687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD687A

Black with #CD687A

Text Example


Text Example

White with #CD687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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