Html Css Color HEX #C8427A Royal Heath

📋 copy color: '#C8427A'

red 200 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #C8427A

Tints of Royal Heath #C8427A

RGB

 RED value IS 200 (78.52% from 255) = 51.55%

 GREEN value IS 66 (26.17% from 255) = 17.01%

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

R = 51.55%
G = 17.01%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8427A (or 0xC8427A) is known color: Royal Heath. HEX triplet: C8, 42 and 7A. RGB value is (200,66,122). Sum of RGB (Red+Green+Blue) = 200+66+122=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8427A is #37BD85. Grayscale: #707070. Windows color (decimal): -3652998 or 8012488. OLE color: 8012488.

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

Color convert

RGB 200 66 122 -
CMYK 0 0.67 0.39 0.22
HSL 334.93º 0.55% 0.52% -
HSV(B) 334.93º 0.67% 0.78% -
XYZ 29.28 17.58 20.26 -
YUV 112.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 200 66 122 0 0.67 0.39 0.22 334.93 0.55 0.52
Hex C8 42 7A 0 43 27 16 14F 37 34
Octal 310 102 172 0 103 47 26 517 67 64
Binary 11001000 1000010 1111010 0 1000011 100111 10110 101001111 110111 110100

Color Harmonies of #C8427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8427A

Black with #C8427A

Text Example


Text Example

White with #C8427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8427A; }

 p { color: rgb(200,66,122); }

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

background-color css

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

 a { background-color: rgb(200,66,122); }

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

border-color css

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

 span { border-color: rgb(200,66,122); }

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