Html Css Color HEX #C04B6F Royal Heath

📋 copy color: '#C04B6F'

red 192 ◦ green 75 ◦ blue 111

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

Shades of Royal Heath #C04B6F

Tints of Royal Heath #C04B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 50.79%
G = 19.84%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C04B6F (or 0xC04B6F) is known color: Royal Heath. HEX triplet: C0, 4B and 6F. RGB value is (192,75,111). Sum of RGB (Red+Green+Blue) = 192+75+111=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B6F is #3FB490. Grayscale: #727272. Windows color (decimal): -4174993 or 7293888. OLE color: 7293888.

HSL color Cylindrical-coordinate representation of color #C04B6F: hue angle of 341.54º 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 #C04B6F is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 111 -
CMYK 0 0.61 0.42 0.25
HSL 341.54º 0.48% 0.52% -
HSV(B) 341.54º 0.61% 0.75% -
XYZ 27.12 17.39 16.97 -
YUV 114.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 192 75 111 0 0.61 0.42 0.25 341.54 0.48 0.52
Hex C0 4B 6F 0 3D 2A 19 156 30 34
Octal 300 113 157 0 75 52 31 526 60 64
Binary 11000000 1001011 1101111 0 111101 101010 11001 101010110 110000 110100

Color Harmonies of #C04B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B6F

Black with #C04B6F

Text Example


Text Example

White with #C04B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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