Html Css Color HEX #CC6E7E Charm

📋 copy color: '#CC6E7E'

red 204 ◦ green 110 ◦ blue 126

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

Shades of Charm #CC6E7E

Tints of Charm #CC6E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 46.36%
G = 25%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC6E7E (or 0xCC6E7E) is known color: Charm. HEX triplet: CC, 6E and 7E. RGB value is (204,110,126). Sum of RGB (Red+Green+Blue) = 204+110+126=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E7E is #339181. Grayscale: #8B8B8B. Windows color (decimal): -3379586 or 8285900. OLE color: 8285900.

HSL color Cylindrical-coordinate representation of color #CC6E7E: hue angle of 349.79º 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 #CC6E7E is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 110 126 -
CMYK 0 0.46 0.38 0.2
HSL 349.79º 0.48% 0.62% -
HSV(B) 349.79º 0.46% 0.8% -
XYZ 34.24 25.5 22.85 -
YUV 139.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 204 110 126 0 0.46 0.38 0.2 349.79 0.48 0.62
Hex CC 6E 7E 0 2E 26 14 15E 30 3E
Octal 314 156 176 0 56 46 24 536 60 76
Binary 11001100 1101110 1111110 0 101110 100110 10100 101011110 110000 111110

Color Harmonies of #CC6E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E7E

Black with #CC6E7E

Text Example


Text Example

White with #CC6E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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