Html Css Color HEX #C2457A Royal Heath

📋 copy color: '#C2457A'

red 194 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #C2457A

Tints of Royal Heath #C2457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

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

R = 50.39%
G = 17.92%
B = 31.69%

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

#C2457A (or 0xC2457A) is known color: Royal Heath. HEX triplet: C2, 45 and 7A. RGB value is (194,69,122). Sum of RGB (Red+Green+Blue) = 194+69+122=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2457A is #3DBA85. Grayscale: #707070. Windows color (decimal): -4045446 or 8013250. OLE color: 8013250.

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

Color convert

RGB 194 69 122 -
CMYK 0 0.64 0.37 0.24
HSL 334.56º 0.51% 0.52% -
HSV(B) 334.56º 0.64% 0.76% -
XYZ 27.89 17.13 20.25 -
YUV 112.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 194 69 122 0 0.64 0.37 0.24 334.56 0.51 0.52
Hex C2 45 7A 0 40 25 18 14F 33 34
Octal 302 105 172 0 100 45 30 517 63 64
Binary 11000010 1000101 1111010 0 1000000 100101 11000 101001111 110011 110100

Color Harmonies of #C2457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2457A

Black with #C2457A

Text Example


Text Example

White with #C2457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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