Html Css Color HEX #C06067 Mandy

📋 copy color: '#C06067'

red 192 ◦ green 96 ◦ blue 103

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

Shades of Mandy #C06067

Tints of Mandy #C06067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.55%

 BLUE value IS 103 (40.63% from 255) = 26.34%

R = 49.1%
G = 24.55%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C06067 (or 0xC06067) is known color: Mandy. HEX triplet: C0, 60 and 67. RGB value is (192,96,103). Sum of RGB (Red+Green+Blue) = 192+96+103=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06067 is #3F9F98. Grayscale: #7D7D7D. Windows color (decimal): -4169625 or 6774976. OLE color: 6774976.

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

Color convert

RGB 192 96 103 -
CMYK 0 0.50 0.46 0.25
HSL 355.63º 0.43% 0.56% -
HSV(B) 355.63º 0.5% 0.75% -
XYZ 28.37 20.55 15.3 -
YUV 125.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 192 96 103 0 0.50 0.46 0.25 355.63 0.43 0.56
Hex C0 60 67 0 32 2E 19 164 2B 38
Octal 300 140 147 0 62 56 31 544 53 70
Binary 11000000 1100000 1100111 0 110010 101110 11001 101100100 101011 111000

Color Harmonies of #C06067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06067

Black with #C06067

Text Example


Text Example

White with #C06067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06067; }

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

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

background-color css

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

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

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

border-color css

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

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

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