Html Css Color HEX #C0446C Royal Heath

📋 copy color: '#C0446C'

red 192 ◦ green 68 ◦ blue 108

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

Shades of Royal Heath #C0446C

Tints of Royal Heath #C0446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.48%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 52.17%
G = 18.48%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0446C (or 0xC0446C) is known color: Royal Heath. HEX triplet: C0, 44 and 6C. RGB value is (192,68,108). Sum of RGB (Red+Green+Blue) = 192+68+108=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0446C is #3FBB93. Grayscale: #6D6D6D. Windows color (decimal): -4176788 or 7095488. OLE color: 7095488.

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

Color convert

RGB 192 68 108 -
CMYK 0 0.65 0.44 0.25
HSL 340.65º 0.5% 0.51% -
HSV(B) 340.65º 0.65% 0.75% -
XYZ 26.51 16.42 15.96 -
YUV 109.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 192 68 108 0 0.65 0.44 0.25 340.65 0.5 0.51
Hex C0 44 6C 0 41 2C 19 155 32 33
Octal 300 104 154 0 101 54 31 525 62 63
Binary 11000000 1000100 1101100 0 1000001 101100 11001 101010101 110010 110011

Color Harmonies of #C0446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0446C

Black with #C0446C

Text Example


Text Example

White with #C0446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0446C; }

 p { color: rgb(192,68,108); }

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

background-color css

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

 a { background-color: rgb(192,68,108); }

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

border-color css

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

 span { border-color: rgb(192,68,108); }

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