Html Css Color HEX #CC687F Charm

📋 copy color: '#CC687F'

red 204 ◦ green 104 ◦ blue 127

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

Shades of Charm #CC687F

Tints of Charm #CC687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.91%

 BLUE value IS 127 (50% from 255) = 29.2%

R = 46.9%
G = 23.91%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC687F (or 0xCC687F) is known color: Charm. HEX triplet: CC, 68 and 7F. RGB value is (204,104,127). Sum of RGB (Red+Green+Blue) = 204+104+127=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC687F is #339780. Grayscale: #888888. Windows color (decimal): -3381121 or 8349900. OLE color: 8349900.

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

Color convert

RGB 204 104 127 -
CMYK 0 0.49 0.38 0.2
HSL 346.2º 0.5% 0.6% -
HSV(B) 346.2º 0.49% 0.8% -
XYZ 33.68 24.27 22.99 -
YUV 136.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 204 104 127 0 0.49 0.38 0.2 346.2 0.5 0.6
Hex CC 68 7F 0 31 26 14 15A 32 3C
Octal 314 150 177 0 61 46 24 532 62 74
Binary 11001100 1101000 1111111 0 110001 100110 10100 101011010 110010 111100

Color Harmonies of #CC687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC687F

Black with #CC687F

Text Example


Text Example

White with #CC687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC687F; }

 p { color: rgb(204,104,127); }

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

background-color css

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

 a { background-color: rgb(204,104,127); }

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

border-color css

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

 span { border-color: rgb(204,104,127); }

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