Html Css Color HEX #CC6265 Mandy

📋 copy color: '#CC6265'

red 204 ◦ green 98 ◦ blue 101

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

Shades of Mandy #CC6265

Tints of Mandy #CC6265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 50.62%
G = 24.32%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC6265 (or 0xCC6265) is known color: Mandy. HEX triplet: CC, 62 and 65. RGB value is (204,98,101). Sum of RGB (Red+Green+Blue) = 204+98+101=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6265 is #339D9A. Grayscale: #828282. Windows color (decimal): -3382683 or 6644428. OLE color: 6644428.

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

Color convert

RGB 204 98 101 -
CMYK 0 0.52 0.50 0.2
HSL 358.3º 0.51% 0.59% -
HSV(B) 358.3º 0.52% 0.8% -
XYZ 31.62 22.51 14.99 -
YUV 130.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 204 98 101 0 0.52 0.50 0.2 358.3 0.51 0.59
Hex CC 62 65 0 34 32 14 166 33 3B
Octal 314 142 145 0 64 62 24 546 63 73
Binary 11001100 1100010 1100101 0 110100 110010 10100 101100110 110011 111011

Color Harmonies of #CC6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6265

Black with #CC6265

Text Example


Text Example

White with #CC6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6265; }

 p { color: rgb(204,98,101); }

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

background-color css

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

 a { background-color: rgb(204,98,101); }

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

border-color css

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

 span { border-color: rgb(204,98,101); }

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