Html Css Color HEX #CC667C Charm

📋 copy color: '#CC667C'

red 204 ◦ green 102 ◦ blue 124

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

Shades of Charm #CC667C

Tints of Charm #CC667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.72%

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 47.44%
G = 23.72%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC667C (or 0xCC667C) is known color: Charm. HEX triplet: CC, 66 and 7C. RGB value is (204,102,124). Sum of RGB (Red+Green+Blue) = 204+102+124=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC667C is #339983. Grayscale: #878787. Windows color (decimal): -3381636 or 8152780. OLE color: 8152780.

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

Color convert

RGB 204 102 124 -
CMYK 0 0.5 0.39 0.2
HSL 347.06º 0.5% 0.6% -
HSV(B) 347.06º 0.5% 0.8% -
XYZ 33.29 23.8 21.91 -
YUV 135.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 204 102 124 0 0.5 0.39 0.2 347.06 0.5 0.6
Hex CC 66 7C 0 32 27 14 15B 32 3C
Octal 314 146 174 0 62 47 24 533 62 74
Binary 11001100 1100110 1111100 0 110010 100111 10100 101011011 110010 111100

Color Harmonies of #CC667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC667C

Black with #CC667C

Text Example


Text Example

White with #CC667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC667C; }

 p { color: rgb(204,102,124); }

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

background-color css

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

 a { background-color: rgb(204,102,124); }

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

border-color css

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

 span { border-color: rgb(204,102,124); }

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