Html Css Color HEX #C2467A Royal Heath

📋 copy color: '#C2467A'

red 194 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #C2467A

Tints of Royal Heath #C2467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 50.26%
G = 18.13%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2467A (or 0xC2467A) is known color: Royal Heath. HEX triplet: C2, 46 and 7A. RGB value is (194,70,122). Sum of RGB (Red+Green+Blue) = 194+70+122=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2467A is #3DB985. Grayscale: #707070. Windows color (decimal): -4045190 or 8013506. OLE color: 8013506.

HSL color Cylindrical-coordinate representation of color #C2467A: hue angle of 334.84º 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 #C2467A is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 122 -
CMYK 0 0.64 0.37 0.24
HSL 334.84º 0.5% 0.52% -
HSV(B) 334.84º 0.64% 0.76% -
XYZ 27.95 17.25 20.27 -
YUV 113 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 194 70 122 0 0.64 0.37 0.24 334.84 0.5 0.52
Hex C2 46 7A 0 40 25 18 14F 32 34
Octal 302 106 172 0 100 45 30 517 62 64
Binary 11000010 1000110 1111010 0 1000000 100101 11000 101001111 110010 110100

Color Harmonies of #C2467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2467A

Black with #C2467A

Text Example


Text Example

White with #C2467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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