Html Css Color HEX #C76268 Mandy

📋 copy color: '#C76268'

red 199 ◦ green 98 ◦ blue 104

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

Shades of Mandy #C76268

Tints of Mandy #C76268

RGB

 RED value IS 199 (78.13% from 255) = 49.63%

 GREEN value IS 98 (38.67% from 255) = 24.44%

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

R = 49.63%
G = 24.44%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C76268 (or 0xC76268) is known color: Mandy. HEX triplet: C7, 62 and 68. RGB value is (199,98,104). Sum of RGB (Red+Green+Blue) = 199+98+104=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C76268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76268 is #389D97. Grayscale: #808080. Windows color (decimal): -3710360 or 6841031. OLE color: 6841031.

HSL color Cylindrical-coordinate representation of color #C76268: hue angle of 356.44º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76268 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 98 104 -
CMYK 0 0.51 0.48 0.22
HSL 356.44º 0.47% 0.58% -
HSV(B) 356.44º 0.51% 0.78% -
XYZ 30.42 21.88 15.72 -
YUV 128.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 199 98 104 0 0.51 0.48 0.22 356.44 0.47 0.58
Hex C7 62 68 0 33 30 16 164 2F 3A
Octal 307 142 150 0 63 60 26 544 57 72
Binary 11000111 1100010 1101000 0 110011 110000 10110 101100100 101111 111010

Color Harmonies of #C76268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76268

Black with #C76268

Text Example


Text Example

White with #C76268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76268; }

 p { color: rgb(199,98,104); }

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

background-color css

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

 a { background-color: rgb(199,98,104); }

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

border-color css

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

 span { border-color: rgb(199,98,104); }

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