Html Css Color HEX #C6437A Royal Heath

📋 copy color: '#C6437A'

red 198 ◦ green 67 ◦ blue 122

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

Shades of Royal Heath #C6437A

Tints of Royal Heath #C6437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.31%

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

R = 51.16%
G = 17.31%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6437A (or 0xC6437A) is known color: Royal Heath. HEX triplet: C6, 43 and 7A. RGB value is (198,67,122). Sum of RGB (Red+Green+Blue) = 198+67+122=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6437A is #39BC85. Grayscale: #707070. Windows color (decimal): -3783814 or 8012742. OLE color: 8012742.

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

Color convert

RGB 198 67 122 -
CMYK 0 0.66 0.38 0.22
HSL 334.81º 0.53% 0.52% -
HSV(B) 334.81º 0.66% 0.78% -
XYZ 28.81 17.43 20.26 -
YUV 112.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 198 67 122 0 0.66 0.38 0.22 334.81 0.53 0.52
Hex C6 43 7A 0 42 26 16 14F 35 34
Octal 306 103 172 0 102 46 26 517 65 64
Binary 11000110 1000011 1111010 0 1000010 100110 10110 101001111 110101 110100

Color Harmonies of #C6437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6437A

Black with #C6437A

Text Example


Text Example

White with #C6437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6437A; }

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

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

background-color css

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

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

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

border-color css

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

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

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