Html Css Color HEX #CD7685 Charm

📋 copy color: '#CD7685'

red 205 ◦ green 118 ◦ blue 133

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

Shades of Charm #CD7685

Tints of Charm #CD7685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 44.96%
G = 25.88%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD7685 (or 0xCD7685) is known color: Charm. HEX triplet: CD, 76 and 85. RGB value is (205,118,133). Sum of RGB (Red+Green+Blue) = 205+118+133=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7685 is #32897A. Grayscale: #919191. Windows color (decimal): -3311995 or 8746701. OLE color: 8746701.

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

Color convert

RGB 205 118 133 -
CMYK 0 0.42 0.35 0.20
HSL 349.66º 0.47% 0.63% -
HSV(B) 349.66º 0.42% 0.8% -
XYZ 35.89 27.63 25.63 -
YUV 145.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 205 118 133 0 0.42 0.35 0.20 349.66 0.47 0.63
Hex CD 76 85 0 2A 23 14 15E 2F 3F
Octal 315 166 205 0 52 43 24 536 57 77
Binary 11001101 1110110 10000101 0 101010 100011 10100 101011110 101111 111111

Color Harmonies of #CD7685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7685

Black with #CD7685

Text Example


Text Example

White with #CD7685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7685; }

 p { color: rgb(205,118,133); }

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

background-color css

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

 a { background-color: rgb(205,118,133); }

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

border-color css

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

 span { border-color: rgb(205,118,133); }

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