Html Css Color HEX #CC6769 Mandy

📋 copy color: '#CC6769'

red 204 ◦ green 103 ◦ blue 105

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

Shades of Mandy #CC6769

Tints of Mandy #CC6769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25%

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

R = 49.51%
G = 25%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC6769 (or 0xCC6769) is known color: Mandy. HEX triplet: CC, 67 and 69. RGB value is (204,103,105). Sum of RGB (Red+Green+Blue) = 204+103+105=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6769 is #339896. Grayscale: #858585. Windows color (decimal): -3381399 or 6907852. OLE color: 6907852.

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

Color convert

RGB 204 103 105 -
CMYK 0 0.50 0.49 0.2
HSL 358.81º 0.5% 0.6% -
HSV(B) 358.81º 0.5% 0.8% -
XYZ 32.3 23.56 16.21 -
YUV 133.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 204 103 105 0 0.50 0.49 0.2 358.81 0.5 0.6
Hex CC 67 69 0 32 31 14 167 32 3C
Octal 314 147 151 0 62 61 24 547 62 74
Binary 11001100 1100111 1101001 0 110010 110001 10100 101100111 110010 111100

Color Harmonies of #CC6769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6769

Black with #CC6769

Text Example


Text Example

White with #CC6769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6769; }

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

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

background-color css

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

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

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

border-color css

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

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

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