Html Css Color HEX #C96062 Mandy

📋 copy color: '#C96062'

red 201 ◦ green 96 ◦ blue 98

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

Shades of Mandy #C96062

Tints of Mandy #C96062

RGB

 RED value IS 201 (78.91% from 255) = 50.89%

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

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 50.89%
G = 24.3%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C96062 (or 0xC96062) is known color: Mandy. HEX triplet: C9, 60 and 62. RGB value is (201,96,98). Sum of RGB (Red+Green+Blue) = 201+96+98=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C96062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96062 is #369F9D. Grayscale: #7F7F7F. Windows color (decimal): -3579806 or 6447305. OLE color: 6447305.

HSL color Cylindrical-coordinate representation of color #C96062: hue angle of 358.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96062 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 98 -
CMYK 0 0.52 0.51 0.21
HSL 358.86º 0.49% 0.58% -
HSV(B) 358.86º 0.52% 0.79% -
XYZ 30.47 21.67 14.13 -
YUV 127.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 201 96 98 0 0.52 0.51 0.21 358.86 0.49 0.58
Hex C9 60 62 0 34 33 15 167 31 3A
Octal 311 140 142 0 64 63 25 547 61 72
Binary 11001001 1100000 1100010 0 110100 110011 10101 101100111 110001 111010

Color Harmonies of #C96062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96062

Black with #C96062

Text Example


Text Example

White with #C96062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96062; }

 p { color: rgb(201,96,98); }

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

background-color css

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

 a { background-color: rgb(201,96,98); }

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

border-color css

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

 span { border-color: rgb(201,96,98); }

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