Html Css Color HEX #C2557B Royal Heath

📋 copy color: '#C2557B'

red 194 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #C2557B

Tints of Royal Heath #C2557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

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

R = 48.26%
G = 21.14%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2557B (or 0xC2557B) is known color: Royal Heath. HEX triplet: C2, 55 and 7B. RGB value is (194,85,123). Sum of RGB (Red+Green+Blue) = 194+85+123=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2557B is #3DAA84. Grayscale: #797979. Windows color (decimal): -4041349 or 8082882. OLE color: 8082882.

HSL color Cylindrical-coordinate representation of color #C2557B: hue angle of 339.08º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2557B is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 123 -
CMYK 0 0.56 0.37 0.24
HSL 339.08º 0.47% 0.55% -
HSV(B) 339.08º 0.56% 0.76% -
XYZ 29.07 19.4 20.95 -
YUV 121.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 194 85 123 0 0.56 0.37 0.24 339.08 0.47 0.55
Hex C2 55 7B 0 38 25 18 153 2F 37
Octal 302 125 173 0 70 45 30 523 57 67
Binary 11000010 1010101 1111011 0 111000 100101 11000 101010011 101111 110111

Color Harmonies of #C2557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2557B

Black with #C2557B

Text Example


Text Example

White with #C2557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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