Html Css Color HEX #CD6C89 Charm

📋 copy color: '#CD6C89'

red 205 ◦ green 108 ◦ blue 137

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

Shades of Charm #CD6C89

Tints of Charm #CD6C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

 BLUE value IS 137 (53.91% from 255) = 30.44%

R = 45.56%
G = 24%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD6C89 (or 0xCD6C89) is known color: Charm. HEX triplet: CD, 6C and 89. RGB value is (205,108,137). Sum of RGB (Red+Green+Blue) = 205+108+137=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6C89 is #329376. Grayscale: #8C8C8C. Windows color (decimal): -3314551 or 9006285. OLE color: 9006285.

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

Color convert

RGB 205 108 137 -
CMYK 0 0.47 0.33 0.20
HSL 342.06º 0.49% 0.61% -
HSV(B) 342.06º 0.47% 0.8% -
XYZ 35.05 25.51 26.74 -
YUV 140.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 205 108 137 0 0.47 0.33 0.20 342.06 0.49 0.61
Hex CD 6C 89 0 2F 21 14 156 31 3D
Octal 315 154 211 0 57 41 24 526 61 75
Binary 11001101 1101100 10001001 0 101111 100001 10100 101010110 110001 111101

Color Harmonies of #CD6C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C89

Black with #CD6C89

Text Example


Text Example

White with #CD6C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C89; }

 p { color: rgb(205,108,137); }

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

background-color css

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

 a { background-color: rgb(205,108,137); }

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

border-color css

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

 span { border-color: rgb(205,108,137); }

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