Html Css Color HEX #C04B76 Royal Heath

📋 copy color: '#C04B76'

red 192 ◦ green 75 ◦ blue 118

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

Shades of Royal Heath #C04B76

Tints of Royal Heath #C04B76

RGB

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

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

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

R = 49.87%
G = 19.48%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04B76 (or 0xC04B76) is known color: Royal Heath. HEX triplet: C0, 4B and 76. RGB value is (192,75,118). Sum of RGB (Red+Green+Blue) = 192+75+118=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B76 is #3FB489. Grayscale: #727272. Windows color (decimal): -4174986 or 7752640. OLE color: 7752640.

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

Color convert

RGB 192 75 118 -
CMYK 0 0.61 0.39 0.25
HSL 337.95º 0.48% 0.52% -
HSV(B) 337.95º 0.61% 0.75% -
XYZ 27.52 17.55 19.08 -
YUV 114.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 192 75 118 0 0.61 0.39 0.25 337.95 0.48 0.52
Hex C0 4B 76 0 3D 27 19 152 30 34
Octal 300 113 166 0 75 47 31 522 60 64
Binary 11000000 1001011 1110110 0 111101 100111 11001 101010010 110000 110100

Color Harmonies of #C04B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B76

Black with #C04B76

Text Example


Text Example

White with #C04B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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