Html Css Color HEX #CC677D Charm

📋 copy color: '#CC677D'

red 204 ◦ green 103 ◦ blue 125

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

Shades of Charm #CC677D

Tints of Charm #CC677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 47.22%
G = 23.84%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC677D (or 0xCC677D) is known color: Charm. HEX triplet: CC, 67 and 7D. RGB value is (204,103,125). Sum of RGB (Red+Green+Blue) = 204+103+125=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC677D is #339882. Grayscale: #878787. Windows color (decimal): -3381379 or 8218572. OLE color: 8218572.

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

Color convert

RGB 204 103 125 -
CMYK 0 0.50 0.39 0.2
HSL 346.93º 0.5% 0.6% -
HSV(B) 346.93º 0.5% 0.8% -
XYZ 33.45 24.02 22.27 -
YUV 135.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 204 103 125 0 0.50 0.39 0.2 346.93 0.5 0.6
Hex CC 67 7D 0 32 27 14 15B 32 3C
Octal 314 147 175 0 62 47 24 533 62 74
Binary 11001100 1100111 1111101 0 110010 100111 10100 101011011 110010 111100

Color Harmonies of #CC677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC677D

Black with #CC677D

Text Example


Text Example

White with #CC677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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