Html Css Color HEX #C64B7A Royal Heath

📋 copy color: '#C64B7A'

red 198 ◦ green 75 ◦ blue 122

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

Shades of Royal Heath #C64B7A

Tints of Royal Heath #C64B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

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

R = 50.13%
G = 18.99%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C64B7A (or 0xC64B7A) is known color: Royal Heath. HEX triplet: C6, 4B and 7A. RGB value is (198,75,122). Sum of RGB (Red+Green+Blue) = 198+75+122=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B7A is #39B485. Grayscale: #757575. Windows color (decimal): -3781766 or 8014790. OLE color: 8014790.

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

Color convert

RGB 198 75 122 -
CMYK 0 0.62 0.38 0.22
HSL 337.07º 0.52% 0.54% -
HSV(B) 337.07º 0.62% 0.78% -
XYZ 29.32 18.44 20.43 -
YUV 117.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 198 75 122 0 0.62 0.38 0.22 337.07 0.52 0.54
Hex C6 4B 7A 0 3E 26 16 151 34 36
Octal 306 113 172 0 76 46 26 521 64 66
Binary 11000110 1001011 1111010 0 111110 100110 10110 101010001 110100 110110

Color Harmonies of #C64B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B7A

Black with #C64B7A

Text Example


Text Example

White with #C64B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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