Html Css Color HEX #C0476C Royal Heath

📋 copy color: '#C0476C'

red 192 ◦ green 71 ◦ blue 108

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

Shades of Royal Heath #C0476C

Tints of Royal Heath #C0476C

RGB

 RED value IS 192 (75.39% from 255) = 51.75%

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 51.75%
G = 19.14%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0476C (or 0xC0476C) is known color: Royal Heath. HEX triplet: C0, 47 and 6C. RGB value is (192,71,108). Sum of RGB (Red+Green+Blue) = 192+71+108=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0476C is #3FB893. Grayscale: #6F6F6F. Windows color (decimal): -4176020 or 7096256. OLE color: 7096256.

HSL color Cylindrical-coordinate representation of color #C0476C: hue angle of 341.65º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0476C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 108 -
CMYK 0 0.63 0.44 0.25
HSL 341.65º 0.49% 0.52% -
HSV(B) 341.65º 0.63% 0.75% -
XYZ 26.7 16.8 16.02 -
YUV 111.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 192 71 108 0 0.63 0.44 0.25 341.65 0.49 0.52
Hex C0 47 6C 0 3F 2C 19 156 31 34
Octal 300 107 154 0 77 54 31 526 61 64
Binary 11000000 1000111 1101100 0 111111 101100 11001 101010110 110001 110100

Color Harmonies of #C0476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0476C

Black with #C0476C

Text Example


Text Example

White with #C0476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0476C; }

 p { color: rgb(192,71,108); }

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

background-color css

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

 a { background-color: rgb(192,71,108); }

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

border-color css

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

 span { border-color: rgb(192,71,108); }

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