Html Css Color HEX #C4507B Royal Heath

📋 copy color: '#C4507B'

red 196 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #C4507B

Tints of Royal Heath #C4507B

RGB

 RED value IS 196 (76.95% from 255) = 49.12%

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

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

R = 49.12%
G = 20.05%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4507B (or 0xC4507B) is known color: Royal Heath. HEX triplet: C4, 50 and 7B. RGB value is (196,80,123). Sum of RGB (Red+Green+Blue) = 196+80+123=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4507B is #3BAF84. Grayscale: #777777. Windows color (decimal): -3911557 or 8081604. OLE color: 8081604.

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

Color convert

RGB 196 80 123 -
CMYK 0 0.59 0.37 0.23
HSL 337.76º 0.5% 0.54% -
HSV(B) 337.76º 0.59% 0.77% -
XYZ 29.21 18.9 20.85 -
YUV 119.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 196 80 123 0 0.59 0.37 0.23 337.76 0.5 0.54
Hex C4 50 7B 0 3B 25 17 152 32 36
Octal 304 120 173 0 73 45 27 522 62 66
Binary 11000100 1010000 1111011 0 111011 100101 10111 101010010 110010 110110

Color Harmonies of #C4507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4507B

Black with #C4507B

Text Example


Text Example

White with #C4507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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