Html Css Color HEX #CD677D Charm

📋 copy color: '#CD677D'

red 205 ◦ green 103 ◦ blue 125

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

Shades of Charm #CD677D

Tints of Charm #CD677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.79%

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 47.34%
G = 23.79%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD677D (or 0xCD677D) is known color: Charm. HEX triplet: CD, 67 and 7D. RGB value is (205,103,125). Sum of RGB (Red+Green+Blue) = 205+103+125=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD677D is #329882. Grayscale: #888888. Windows color (decimal): -3315843 or 8218573. OLE color: 8218573.

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

Color convert

RGB 205 103 125 -
CMYK 0 0.50 0.39 0.20
HSL 347.06º 0.5% 0.6% -
HSV(B) 347.06º 0.5% 0.8% -
XYZ 33.73 24.16 22.29 -
YUV 136.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 205 103 125 0 0.50 0.39 0.20 347.06 0.5 0.6
Hex CD 67 7D 0 32 27 14 15B 32 3C
Octal 315 147 175 0 62 47 24 533 62 74
Binary 11001101 1100111 1111101 0 110010 100111 10100 101011011 110010 111100

Color Harmonies of #CD677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD677D

Black with #CD677D

Text Example


Text Example

White with #CD677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD677D; }

 p { color: rgb(205,103,125); }

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

background-color css

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

 a { background-color: rgb(205,103,125); }

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

border-color css

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

 span { border-color: rgb(205,103,125); }

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