Html Css Color HEX #CC6468 Mandy

📋 copy color: '#CC6468'

red 204 ◦ green 100 ◦ blue 104

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

Shades of Mandy #CC6468

Tints of Mandy #CC6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 50%
G = 24.51%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC6468 (or 0xCC6468) is known color: Mandy. HEX triplet: CC, 64 and 68. RGB value is (204,100,104). Sum of RGB (Red+Green+Blue) = 204+100+104=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6468 is #339B97. Grayscale: #838383. Windows color (decimal): -3382168 or 6841548. OLE color: 6841548.

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

Color convert

RGB 204 100 104 -
CMYK 0 0.51 0.49 0.2
HSL 357.69º 0.5% 0.6% -
HSV(B) 357.69º 0.51% 0.8% -
XYZ 31.96 22.95 15.84 -
YUV 131.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 204 100 104 0 0.51 0.49 0.2 357.69 0.5 0.6
Hex CC 64 68 0 33 31 14 166 32 3C
Octal 314 144 150 0 63 61 24 546 62 74
Binary 11001100 1100100 1101000 0 110011 110001 10100 101100110 110010 111100

Color Harmonies of #CC6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6468

Black with #CC6468

Text Example


Text Example

White with #CC6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6468; }

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

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

background-color css

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

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

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

border-color css

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

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

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