Html Css Color HEX #C06768 Mandy

📋 copy color: '#C06768'

red 192 ◦ green 103 ◦ blue 104

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

Shades of Mandy #C06768

Tints of Mandy #C06768

RGB

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

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

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

R = 48.12%
G = 25.81%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C06768 (or 0xC06768) is known color: Mandy. HEX triplet: C0, 67 and 68. RGB value is (192,103,104). Sum of RGB (Red+Green+Blue) = 192+103+104=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C06768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06768 is #3F9897. Grayscale: #818181. Windows color (decimal): -4167832 or 6842304. OLE color: 6842304.

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

Color convert

RGB 192 103 104 -
CMYK 0 0.46 0.46 0.25
HSL 359.33º 0.41% 0.58% -
HSV(B) 359.33º 0.46% 0.75% -
XYZ 29.09 21.91 15.79 -
YUV 129.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 192 103 104 0 0.46 0.46 0.25 359.33 0.41 0.58
Hex C0 67 68 0 2E 2E 19 167 29 3A
Octal 300 147 150 0 56 56 31 547 51 72
Binary 11000000 1100111 1101000 0 101110 101110 11001 101100111 101001 111010

Color Harmonies of #C06768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06768

Black with #C06768

Text Example


Text Example

White with #C06768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06768; }

 p { color: rgb(192,103,104); }

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

background-color css

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

 a { background-color: rgb(192,103,104); }

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

border-color css

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

 span { border-color: rgb(192,103,104); }

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