Html Css Color HEX #CC6D8B Charm

📋 copy color: '#CC6D8B'

red 204 ◦ green 109 ◦ blue 139

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

Shades of Charm #CC6D8B

Tints of Charm #CC6D8B

RGB

 RED value IS 204 (80.08% from 255) = 45.13%

 GREEN value IS 109 (42.97% from 255) = 24.12%

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 45.13%
G = 24.12%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC6D8B (or 0xCC6D8B) is known color: Charm. HEX triplet: CC, 6D and 8B. RGB value is (204,109,139). Sum of RGB (Red+Green+Blue) = 204+109+139=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D8B is #339274. Grayscale: #8C8C8C. Windows color (decimal): -3379829 or 9137612. OLE color: 9137612.

HSL color Cylindrical-coordinate representation of color #CC6D8B: hue angle of 341.05º degrees, saturation: 0.48, 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 #CC6D8B is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 109 139 -
CMYK 0 0.47 0.32 0.2
HSL 341.05º 0.48% 0.61% -
HSV(B) 341.05º 0.47% 0.8% -
XYZ 35.03 25.64 27.53 -
YUV 140.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 204 109 139 0 0.47 0.32 0.2 341.05 0.48 0.61
Hex CC 6D 8B 0 2F 20 14 155 30 3D
Octal 314 155 213 0 57 40 24 525 60 75
Binary 11001100 1101101 10001011 0 101111 100000 10100 101010101 110000 111101

Color Harmonies of #CC6D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D8B

Black with #CC6D8B

Text Example


Text Example

White with #CC6D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D8B; }

 p { color: rgb(204,109,139); }

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

background-color css

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

 a { background-color: rgb(204,109,139); }

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

border-color css

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

 span { border-color: rgb(204,109,139); }

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