Html Css Color HEX #C03C66 Royal Heath

📋 copy color: '#C03C66'

red 192 ◦ green 60 ◦ blue 102

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

Shades of Royal Heath #C03C66

Tints of Royal Heath #C03C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 54.24%
G = 16.95%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C03C66 (or 0xC03C66) is known color: Royal Heath. HEX triplet: C0, 3C and 66. RGB value is (192,60,102). Sum of RGB (Red+Green+Blue) = 192+60+102=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C66 is #3FC399. Grayscale: #686868. Windows color (decimal): -4178842 or 6700224. OLE color: 6700224.

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

Color convert

RGB 192 60 102 -
CMYK 0 0.69 0.47 0.25
HSL 340.91º 0.52% 0.49% -
HSV(B) 340.91º 0.69% 0.75% -
XYZ 25.75 15.4 14.19 -
YUV 104.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 192 60 102 0 0.69 0.47 0.25 340.91 0.52 0.49
Hex C0 3C 66 0 45 2F 19 155 34 31
Octal 300 74 146 0 105 57 31 525 64 61
Binary 11000000 111100 1100110 0 1000101 101111 11001 101010101 110100 110001

Color Harmonies of #C03C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C66

Black with #C03C66

Text Example


Text Example

White with #C03C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C66; }

 p { color: rgb(192,60,102); }

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

background-color css

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

 a { background-color: rgb(192,60,102); }

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

border-color css

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

 span { border-color: rgb(192,60,102); }

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