Html Css Color HEX #C2457B Royal Heath

📋 copy color: '#C2457B'

red 194 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #C2457B

Tints of Royal Heath #C2457B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 50.26%
G = 17.88%
B = 31.87%

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

#C2457B (or 0xC2457B) is known color: Royal Heath. HEX triplet: C2, 45 and 7B. RGB value is (194,69,123). Sum of RGB (Red+Green+Blue) = 194+69+123=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2457B is #3DBA84. Grayscale: #707070. Windows color (decimal): -4045445 or 8078786. OLE color: 8078786.

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

Color convert

RGB 194 69 123 -
CMYK 0 0.64 0.37 0.24
HSL 334.08º 0.51% 0.52% -
HSV(B) 334.08º 0.64% 0.76% -
XYZ 27.95 17.16 20.58 -
YUV 112.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 194 69 123 0 0.64 0.37 0.24 334.08 0.51 0.52
Hex C2 45 7B 0 40 25 18 14E 33 34
Octal 302 105 173 0 100 45 30 516 63 64
Binary 11000010 1000101 1111011 0 1000000 100101 11000 101001110 110011 110100

Color Harmonies of #C2457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2457B

Black with #C2457B

Text Example


Text Example

White with #C2457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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