Html Css Color HEX #CC6364 Mandy

📋 copy color: '#CC6364'

red 204 ◦ green 99 ◦ blue 100

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

Shades of Mandy #CC6364

Tints of Mandy #CC6364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 50.62%
G = 24.57%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC6364 (or 0xCC6364) is known color: Mandy. HEX triplet: CC, 63 and 64. RGB value is (204,99,100). Sum of RGB (Red+Green+Blue) = 204+99+100=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6364 is #339C9B. Grayscale: #828282. Windows color (decimal): -3382428 or 6579148. OLE color: 6579148.

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

Color convert

RGB 204 99 100 -
CMYK 0 0.51 0.51 0.2
HSL 359.43º 0.51% 0.59% -
HSV(B) 359.43º 0.51% 0.8% -
XYZ 31.66 22.68 14.77 -
YUV 130.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 204 99 100 0 0.51 0.51 0.2 359.43 0.51 0.59
Hex CC 63 64 0 33 33 14 167 33 3B
Octal 314 143 144 0 63 63 24 547 63 73
Binary 11001100 1100011 1100100 0 110011 110011 10100 101100111 110011 111011

Color Harmonies of #CC6364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6364

Black with #CC6364

Text Example


Text Example

White with #CC6364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6364; }

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

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

background-color css

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

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

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

border-color css

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

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

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