Html Css Color HEX #CD6B7A Charm

📋 copy color: '#CD6B7A'

red 205 ◦ green 107 ◦ blue 122

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

Shades of Charm #CD6B7A

Tints of Charm #CD6B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.65%

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

R = 47.24%
G = 24.65%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD6B7A (or 0xCD6B7A) is known color: Charm. HEX triplet: CD, 6B and 7A. RGB value is (205,107,122). Sum of RGB (Red+Green+Blue) = 205+107+122=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6B7A is #329485. Grayscale: #8A8A8A. Windows color (decimal): -3314822 or 8022989. OLE color: 8022989.

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

Color convert

RGB 205 107 122 -
CMYK 0 0.48 0.40 0.20
HSL 350.82º 0.49% 0.61% -
HSV(B) 350.82º 0.48% 0.8% -
XYZ 33.95 24.9 21.43 -
YUV 138.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 205 107 122 0 0.48 0.40 0.20 350.82 0.49 0.61
Hex CD 6B 7A 0 30 28 14 15F 31 3D
Octal 315 153 172 0 60 50 24 537 61 75
Binary 11001101 1101011 1111010 0 110000 101000 10100 101011111 110001 111101

Color Harmonies of #CD6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6B7A

Black with #CD6B7A

Text Example


Text Example

White with #CD6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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