Html Css Color HEX #C64B76 Royal Heath

📋 copy color: '#C64B76'

red 198 ◦ green 75 ◦ blue 118

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

Shades of Royal Heath #C64B76

Tints of Royal Heath #C64B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 50.64%
G = 19.18%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C64B76 (or 0xC64B76) is known color: Royal Heath. HEX triplet: C6, 4B and 76. RGB value is (198,75,118). Sum of RGB (Red+Green+Blue) = 198+75+118=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B76 is #39B489. Grayscale: #747474. Windows color (decimal): -3781770 or 7752646. OLE color: 7752646.

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

Color convert

RGB 198 75 118 -
CMYK 0 0.62 0.40 0.22
HSL 339.02º 0.52% 0.54% -
HSV(B) 339.02º 0.62% 0.78% -
XYZ 29.07 18.35 19.15 -
YUV 116.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 198 75 118 0 0.62 0.40 0.22 339.02 0.52 0.54
Hex C6 4B 76 0 3E 28 16 153 34 36
Octal 306 113 166 0 76 50 26 523 64 66
Binary 11000110 1001011 1110110 0 111110 101000 10110 101010011 110100 110110

Color Harmonies of #C64B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B76

Black with #C64B76

Text Example


Text Example

White with #C64B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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