Html Css Color HEX #C06568 Mandy

📋 copy color: '#C06568'

red 192 ◦ green 101 ◦ blue 104

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

Shades of Mandy #C06568

Tints of Mandy #C06568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 48.36%
G = 25.44%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C06568 (or 0xC06568) is known color: Mandy. HEX triplet: C0, 65 and 68. RGB value is (192,101,104). Sum of RGB (Red+Green+Blue) = 192+101+104=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C06568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06568 is #3F9A97. Grayscale: #808080. Windows color (decimal): -4168344 or 6841792. OLE color: 6841792.

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

Color convert

RGB 192 101 104 -
CMYK 0 0.47 0.46 0.25
HSL 358.02º 0.42% 0.57% -
HSV(B) 358.02º 0.47% 0.75% -
XYZ 28.89 21.51 15.73 -
YUV 128.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 192 101 104 0 0.47 0.46 0.25 358.02 0.42 0.57
Hex C0 65 68 0 2F 2E 19 166 2A 39
Octal 300 145 150 0 57 56 31 546 52 71
Binary 11000000 1100101 1101000 0 101111 101110 11001 101100110 101010 111001

Color Harmonies of #C06568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06568

Black with #C06568

Text Example


Text Example

White with #C06568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06568; }

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

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

background-color css

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

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

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

border-color css

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

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

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