Html Css Color HEX #C64A7A Royal Heath

📋 copy color: '#C64A7A'

red 198 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #C64A7A

Tints of Royal Heath #C64A7A

RGB

 RED value IS 198 (77.73% from 255) = 50.25%

 GREEN value IS 74 (29.3% from 255) = 18.78%

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 50.25%
G = 18.78%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C64A7A (or 0xC64A7A) is known color: Royal Heath. HEX triplet: C6, 4A and 7A. RGB value is (198,74,122). Sum of RGB (Red+Green+Blue) = 198+74+122=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A7A is #39B585. Grayscale: #747474. Windows color (decimal): -3782022 or 8014534. OLE color: 8014534.

HSL color Cylindrical-coordinate representation of color #C64A7A: hue angle of 336.77º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A7A is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 74 122 -
CMYK 0 0.63 0.38 0.22
HSL 336.77º 0.52% 0.53% -
HSV(B) 336.77º 0.63% 0.78% -
XYZ 29.25 18.31 20.4 -
YUV 116.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 198 74 122 0 0.63 0.38 0.22 336.77 0.52 0.53
Hex C6 4A 7A 0 3F 26 16 151 34 35
Octal 306 112 172 0 77 46 26 521 64 65
Binary 11000110 1001010 1111010 0 111111 100110 10110 101010001 110100 110101

Color Harmonies of #C64A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A7A

Black with #C64A7A

Text Example


Text Example

White with #C64A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A7A; }

 p { color: rgb(198,74,122); }

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

background-color css

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

 a { background-color: rgb(198,74,122); }

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

border-color css

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

 span { border-color: rgb(198,74,122); }

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