Html Css Color HEX #C03C6C Royal Heath

📋 copy color: '#C03C6C'

red 192 ◦ green 60 ◦ blue 108

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

Shades of Royal Heath #C03C6C

Tints of Royal Heath #C03C6C

RGB

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

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

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

R = 53.33%
G = 16.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C03C6C (or 0xC03C6C) is known color: Royal Heath. HEX triplet: C0, 3C and 6C. RGB value is (192,60,108). Sum of RGB (Red+Green+Blue) = 192+60+108=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C6C is #3FC393. Grayscale: #686868. Windows color (decimal): -4178836 or 7093440. OLE color: 7093440.

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

Color convert

RGB 192 60 108 -
CMYK 0 0.69 0.44 0.25
HSL 338.18º 0.52% 0.49% -
HSV(B) 338.18º 0.69% 0.75% -
XYZ 26.06 15.52 15.81 -
YUV 104.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 192 60 108 0 0.69 0.44 0.25 338.18 0.52 0.49
Hex C0 3C 6C 0 45 2C 19 152 34 31
Octal 300 74 154 0 105 54 31 522 64 61
Binary 11000000 111100 1101100 0 1000101 101100 11001 101010010 110100 110001

Color Harmonies of #C03C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C6C

Black with #C03C6C

Text Example


Text Example

White with #C03C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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