Html Css Color HEX #C45A7E Royal Heath

📋 copy color: '#C45A7E'

red 196 ◦ green 90 ◦ blue 126

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

Shades of Royal Heath #C45A7E

Tints of Royal Heath #C45A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 47.57%
G = 21.84%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C45A7E (or 0xC45A7E) is known color: Royal Heath. HEX triplet: C4, 5A and 7E. RGB value is (196,90,126). Sum of RGB (Red+Green+Blue) = 196+90+126=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A7E is #3BA581. Grayscale: #7D7D7D. Windows color (decimal): -3908994 or 8280772. OLE color: 8280772.

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

Color convert

RGB 196 90 126 -
CMYK 0 0.54 0.36 0.23
HSL 339.62º 0.47% 0.56% -
HSV(B) 339.62º 0.54% 0.77% -
XYZ 30.19 20.55 22.12 -
YUV 125.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 196 90 126 0 0.54 0.36 0.23 339.62 0.47 0.56
Hex C4 5A 7E 0 36 24 17 154 2F 38
Octal 304 132 176 0 66 44 27 524 57 70
Binary 11000100 1011010 1111110 0 110110 100100 10111 101010100 101111 111000

Color Harmonies of #C45A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A7E

Black with #C45A7E

Text Example


Text Example

White with #C45A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A7E; }

 p { color: rgb(196,90,126); }

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

background-color css

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

 a { background-color: rgb(196,90,126); }

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

border-color css

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

 span { border-color: rgb(196,90,126); }

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