Html Css Color HEX #C06669 Mandy

📋 copy color: '#C06669'

red 192 ◦ green 102 ◦ blue 105

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

Shades of Mandy #C06669

Tints of Mandy #C06669

RGB

 RED value IS 192 (75.39% from 255) = 48.12%

 GREEN value IS 102 (40.23% from 255) = 25.56%

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

R = 48.12%
G = 25.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C06669 (or 0xC06669) is known color: Mandy. HEX triplet: C0, 66 and 69. RGB value is (192,102,105). Sum of RGB (Red+Green+Blue) = 192+102+105=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C06669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06669 is #3F9996. Grayscale: #818181. Windows color (decimal): -4168087 or 6907584. OLE color: 6907584.

HSL color Cylindrical-coordinate representation of color #C06669: hue angle of 358º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06669 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 105 -
CMYK 0 0.47 0.45 0.25
HSL 358º 0.42% 0.58% -
HSV(B) 358º 0.47% 0.75% -
XYZ 29.04 21.73 16.03 -
YUV 129.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 192 102 105 0 0.47 0.45 0.25 358 0.42 0.58
Hex C0 66 69 0 2F 2D 19 166 2A 3A
Octal 300 146 151 0 57 55 31 546 52 72
Binary 11000000 1100110 1101001 0 101111 101101 11001 101100110 101010 111010

Color Harmonies of #C06669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06669

Black with #C06669

Text Example


Text Example

White with #C06669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06669; }

 p { color: rgb(192,102,105); }

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

background-color css

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

 a { background-color: rgb(192,102,105); }

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

border-color css

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

 span { border-color: rgb(192,102,105); }

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