Html Css Color HEX #C05B65 Mandy

📋 copy color: '#C05B65'

red 192 ◦ green 91 ◦ blue 101

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

Shades of Mandy #C05B65

Tints of Mandy #C05B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

 BLUE value IS 101 (39.84% from 255) = 26.3%

R = 50%
G = 23.7%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C05B65 (or 0xC05B65) is known color: Mandy. HEX triplet: C0, 5B and 65. RGB value is (192,91,101). Sum of RGB (Red+Green+Blue) = 192+91+101=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B65 is #3FA49A. Grayscale: #7A7A7A. Windows color (decimal): -4170907 or 6642624. OLE color: 6642624.

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

Color convert

RGB 192 91 101 -
CMYK 0 0.53 0.47 0.25
HSL 354.06º 0.44% 0.55% -
HSV(B) 354.06º 0.53% 0.75% -
XYZ 27.83 19.63 14.63 -
YUV 122.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 192 91 101 0 0.53 0.47 0.25 354.06 0.44 0.55
Hex C0 5B 65 0 35 2F 19 162 2C 37
Octal 300 133 145 0 65 57 31 542 54 67
Binary 11000000 1011011 1100101 0 110101 101111 11001 101100010 101100 110111

Color Harmonies of #C05B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B65

Black with #C05B65

Text Example


Text Example

White with #C05B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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