Html Css Color HEX #C64B7C Royal Heath

📋 copy color: '#C64B7C'

red 198 ◦ green 75 ◦ blue 124

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

Shades of Royal Heath #C64B7C

Tints of Royal Heath #C64B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 49.87%
G = 18.89%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C64B7C (or 0xC64B7C) is known color: Royal Heath. HEX triplet: C6, 4B and 7C. RGB value is (198,75,124). Sum of RGB (Red+Green+Blue) = 198+75+124=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B7C is #39B483. Grayscale: #757575. Windows color (decimal): -3781764 or 8145862. OLE color: 8145862.

HSL color Cylindrical-coordinate representation of color #C64B7C: hue angle of 336.1º 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 #C64B7C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 75 124 -
CMYK 0 0.62 0.37 0.22
HSL 336.1º 0.52% 0.54% -
HSV(B) 336.1º 0.62% 0.78% -
XYZ 29.44 18.49 21.09 -
YUV 117.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 198 75 124 0 0.62 0.37 0.22 336.1 0.52 0.54
Hex C6 4B 7C 0 3E 25 16 150 34 36
Octal 306 113 174 0 76 45 26 520 64 66
Binary 11000110 1001011 1111100 0 111110 100101 10110 101010000 110100 110110

Color Harmonies of #C64B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B7C

Black with #C64B7C

Text Example


Text Example

White with #C64B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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