Html Css Color HEX #C06267 Mandy

📋 copy color: '#C06267'

red 192 ◦ green 98 ◦ blue 103

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

Shades of Mandy #C06267

Tints of Mandy #C06267

RGB

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

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

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

R = 48.85%
G = 24.94%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C06267 (or 0xC06267) is known color: Mandy. HEX triplet: C0, 62 and 67. RGB value is (192,98,103). Sum of RGB (Red+Green+Blue) = 192+98+103=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06267 is #3F9D98. Grayscale: #7E7E7E. Windows color (decimal): -4169113 or 6775488. OLE color: 6775488.

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

Color convert

RGB 192 98 103 -
CMYK 0 0.49 0.46 0.25
HSL 356.81º 0.43% 0.57% -
HSV(B) 356.81º 0.49% 0.75% -
XYZ 28.55 20.92 15.37 -
YUV 126.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 192 98 103 0 0.49 0.46 0.25 356.81 0.43 0.57
Hex C0 62 67 0 31 2E 19 165 2B 39
Octal 300 142 147 0 61 56 31 545 53 71
Binary 11000000 1100010 1100111 0 110001 101110 11001 101100101 101011 111001

Color Harmonies of #C06267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06267

Black with #C06267

Text Example


Text Example

White with #C06267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06267; }

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

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

background-color css

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

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

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

border-color css

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

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

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