Html Css Color HEX #C2507B Royal Heath

📋 copy color: '#C2507B'

red 194 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #C2507B

Tints of Royal Heath #C2507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 48.87%
G = 20.15%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2507B (or 0xC2507B) is known color: Royal Heath. HEX triplet: C2, 50 and 7B. RGB value is (194,80,123). Sum of RGB (Red+Green+Blue) = 194+80+123=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2507B is #3DAF84. Grayscale: #767676. Windows color (decimal): -4042629 or 8081602. OLE color: 8081602.

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

Color convert

RGB 194 80 123 -
CMYK 0 0.59 0.37 0.24
HSL 337.37º 0.48% 0.54% -
HSV(B) 337.37º 0.59% 0.76% -
XYZ 28.69 18.64 20.82 -
YUV 118.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 194 80 123 0 0.59 0.37 0.24 337.37 0.48 0.54
Hex C2 50 7B 0 3B 25 18 151 30 36
Octal 302 120 173 0 73 45 30 521 60 66
Binary 11000010 1010000 1111011 0 111011 100101 11000 101010001 110000 110110

Color Harmonies of #C2507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2507B

Black with #C2507B

Text Example


Text Example

White with #C2507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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