Html Css Color HEX #CC6268 Mandy

📋 copy color: '#CC6268'

red 204 ◦ green 98 ◦ blue 104

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

Shades of Mandy #CC6268

Tints of Mandy #CC6268

RGB

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

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

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

R = 50.25%
G = 24.14%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC6268 (or 0xCC6268) is known color: Mandy. HEX triplet: CC, 62 and 68. RGB value is (204,98,104). Sum of RGB (Red+Green+Blue) = 204+98+104=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6268 is #339D97. Grayscale: #828282. Windows color (decimal): -3382680 or 6841036. OLE color: 6841036.

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

Color convert

RGB 204 98 104 -
CMYK 0 0.52 0.49 0.2
HSL 356.6º 0.51% 0.59% -
HSV(B) 356.6º 0.52% 0.8% -
XYZ 31.77 22.57 15.78 -
YUV 130.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 204 98 104 0 0.52 0.49 0.2 356.6 0.51 0.59
Hex CC 62 68 0 34 31 14 165 33 3B
Octal 314 142 150 0 64 61 24 545 63 73
Binary 11001100 1100010 1101000 0 110100 110001 10100 101100101 110011 111011

Color Harmonies of #CC6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6268

Black with #CC6268

Text Example


Text Example

White with #CC6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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