Html Css Color HEX #C96367 Mandy

📋 copy color: '#C96367'

red 201 ◦ green 99 ◦ blue 103

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

Shades of Mandy #C96367

Tints of Mandy #C96367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

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

R = 49.88%
G = 24.57%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C96367 (or 0xC96367) is known color: Mandy. HEX triplet: C9, 63 and 67. RGB value is (201,99,103). Sum of RGB (Red+Green+Blue) = 201+99+103=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C96367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96367 is #369C98. Grayscale: #828282. Windows color (decimal): -3579033 or 6775753. OLE color: 6775753.

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

Color convert

RGB 201 99 103 -
CMYK 0 0.51 0.49 0.21
HSL 357.65º 0.49% 0.59% -
HSV(B) 357.65º 0.51% 0.79% -
XYZ 31 22.32 15.51 -
YUV 129.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 201 99 103 0 0.51 0.49 0.21 357.65 0.49 0.59
Hex C9 63 67 0 33 31 15 166 31 3B
Octal 311 143 147 0 63 61 25 546 61 73
Binary 11001001 1100011 1100111 0 110011 110001 10101 101100110 110001 111011

Color Harmonies of #C96367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96367

Black with #C96367

Text Example


Text Example

White with #C96367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96367; }

 p { color: rgb(201,99,103); }

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

background-color css

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

 a { background-color: rgb(201,99,103); }

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

border-color css

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

 span { border-color: rgb(201,99,103); }

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