Html Css Color HEX #CC6366 Mandy

📋 copy color: '#CC6366'

red 204 ◦ green 99 ◦ blue 102

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

Shades of Mandy #CC6366

Tints of Mandy #CC6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

 BLUE value IS 102 (40.23% from 255) = 25.19%

R = 50.37%
G = 24.44%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC6366 (or 0xCC6366) is known color: Mandy. HEX triplet: CC, 63 and 66. RGB value is (204,99,102). Sum of RGB (Red+Green+Blue) = 204+99+102=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6366 is #339C99. Grayscale: #828282. Windows color (decimal): -3382426 or 6710220. OLE color: 6710220.

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

Color convert

RGB 204 99 102 -
CMYK 0 0.51 0.5 0.2
HSL 358.29º 0.51% 0.59% -
HSV(B) 358.29º 0.51% 0.8% -
XYZ 31.76 22.72 15.28 -
YUV 130.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 204 99 102 0 0.51 0.5 0.2 358.29 0.51 0.59
Hex CC 63 66 0 33 32 14 166 33 3B
Octal 314 143 146 0 63 62 24 546 63 73
Binary 11001100 1100011 1100110 0 110011 110010 10100 101100110 110011 111011

Color Harmonies of #CC6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6366

Black with #CC6366

Text Example


Text Example

White with #CC6366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6366; }

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

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

background-color css

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

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

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

border-color css

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

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

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