Html Css Color HEX #CC6E7B Charm

📋 copy color: '#CC6E7B'

red 204 ◦ green 110 ◦ blue 123

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

Shades of Charm #CC6E7B

Tints of Charm #CC6E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.17%

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 46.68%
G = 25.17%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC6E7B (or 0xCC6E7B) is known color: Charm. HEX triplet: CC, 6E and 7B. RGB value is (204,110,123). Sum of RGB (Red+Green+Blue) = 204+110+123=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E7B is #339184. Grayscale: #8B8B8B. Windows color (decimal): -3379589 or 8089292. OLE color: 8089292.

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

Color convert

RGB 204 110 123 -
CMYK 0 0.46 0.40 0.2
HSL 351.7º 0.48% 0.62% -
HSV(B) 351.7º 0.46% 0.8% -
XYZ 34.05 25.42 21.85 -
YUV 139.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 204 110 123 0 0.46 0.40 0.2 351.7 0.48 0.62
Hex CC 6E 7B 0 2E 28 14 160 30 3E
Octal 314 156 173 0 56 50 24 540 60 76
Binary 11001100 1101110 1111011 0 101110 101000 10100 101100000 110000 111110

Color Harmonies of #CC6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E7B

Black with #CC6E7B

Text Example


Text Example

White with #CC6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E7B; }

 p { color: rgb(204,110,123); }

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

background-color css

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

 a { background-color: rgb(204,110,123); }

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

border-color css

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

 span { border-color: rgb(204,110,123); }

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