Html Css Color HEX #C2466D Royal Heath

📋 copy color: '#C2466D'

red 194 ◦ green 70 ◦ blue 109

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

Shades of Royal Heath #C2466D

Tints of Royal Heath #C2466D

RGB

 RED value IS 194 (76.17% from 255) = 52.01%

 GREEN value IS 70 (27.73% from 255) = 18.77%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 52.01%
G = 18.77%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2466D (or 0xC2466D) is known color: Royal Heath. HEX triplet: C2, 46 and 6D. RGB value is (194,70,109). Sum of RGB (Red+Green+Blue) = 194+70+109=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2466D is #3DB992. Grayscale: #6F6F6F. Windows color (decimal): -4045203 or 7161538. OLE color: 7161538.

HSL color Cylindrical-coordinate representation of color #C2466D: hue angle of 341.13º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2466D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 109 -
CMYK 0 0.64 0.44 0.24
HSL 341.13º 0.5% 0.52% -
HSV(B) 341.13º 0.64% 0.76% -
XYZ 27.2 16.95 16.31 -
YUV 111.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 194 70 109 0 0.64 0.44 0.24 341.13 0.5 0.52
Hex C2 46 6D 0 40 2C 18 155 32 34
Octal 302 106 155 0 100 54 30 525 62 64
Binary 11000010 1000110 1101101 0 1000000 101100 11000 101010101 110010 110100

Color Harmonies of #C2466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2466D

Black with #C2466D

Text Example


Text Example

White with #C2466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2466D; }

 p { color: rgb(194,70,109); }

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

background-color css

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

 a { background-color: rgb(194,70,109); }

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

border-color css

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

 span { border-color: rgb(194,70,109); }

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