Html Css Color HEX #CC6786 Charm

📋 copy color: '#CC6786'

red 204 ◦ green 103 ◦ blue 134

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

Shades of Charm #CC6786

Tints of Charm #CC6786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.36%

 BLUE value IS 134 (52.73% from 255) = 30.39%

R = 46.26%
G = 23.36%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC6786 (or 0xCC6786) is known color: Charm. HEX triplet: CC, 67 and 86. RGB value is (204,103,134). Sum of RGB (Red+Green+Blue) = 204+103+134=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6786 is #339879. Grayscale: #888888. Windows color (decimal): -3381370 or 8808396. OLE color: 8808396.

HSL color Cylindrical-coordinate representation of color #CC6786: hue angle of 341.58º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6786 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 134 -
CMYK 0 0.50 0.34 0.2
HSL 341.58º 0.5% 0.6% -
HSV(B) 341.58º 0.5% 0.8% -
XYZ 34.06 24.26 25.44 -
YUV 136.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 204 103 134 0 0.50 0.34 0.2 341.58 0.5 0.6
Hex CC 67 86 0 32 22 14 156 32 3C
Octal 314 147 206 0 62 42 24 526 62 74
Binary 11001100 1100111 10000110 0 110010 100010 10100 101010110 110010 111100

Color Harmonies of #CC6786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6786

Black with #CC6786

Text Example


Text Example

White with #CC6786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6786; }

 p { color: rgb(204,103,134); }

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

background-color css

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

 a { background-color: rgb(204,103,134); }

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

border-color css

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

 span { border-color: rgb(204,103,134); }

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