Html Css Color HEX #CC6869 Mandy

📋 copy color: '#CC6869'

red 204 ◦ green 104 ◦ blue 105

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

Shades of Mandy #CC6869

Tints of Mandy #CC6869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 49.39%
G = 25.18%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC6869 (or 0xCC6869) is known color: Mandy. HEX triplet: CC, 68 and 69. RGB value is (204,104,105). Sum of RGB (Red+Green+Blue) = 204+104+105=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6869 is #339796. Grayscale: #868686. Windows color (decimal): -3381143 or 6908108. OLE color: 6908108.

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

Color convert

RGB 204 104 105 -
CMYK 0 0.49 0.49 0.2
HSL 359.4º 0.5% 0.6% -
HSV(B) 359.4º 0.49% 0.8% -
XYZ 32.4 23.76 16.24 -
YUV 134.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 204 104 105 0 0.49 0.49 0.2 359.4 0.5 0.6
Hex CC 68 69 0 31 31 14 167 32 3C
Octal 314 150 151 0 61 61 24 547 62 74
Binary 11001100 1101000 1101001 0 110001 110001 10100 101100111 110010 111100

Color Harmonies of #CC6869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6869

Black with #CC6869

Text Example


Text Example

White with #CC6869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6869; }

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

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

background-color css

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

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

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

border-color css

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

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

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