Html Css Color HEX #C03A68 Royal Heath

📋 copy color: '#C03A68'

red 192 ◦ green 58 ◦ blue 104

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

Shades of Royal Heath #C03A68

Tints of Royal Heath #C03A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

 BLUE value IS 104 (41.02% from 255) = 29.38%

R = 54.24%
G = 16.38%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C03A68 (or 0xC03A68) is known color: Royal Heath. HEX triplet: C0, 3A and 68. RGB value is (192,58,104). Sum of RGB (Red+Green+Blue) = 192+58+104=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A68 is #3FC597. Grayscale: #676767. Windows color (decimal): -4179352 or 6830784. OLE color: 6830784.

HSL color Cylindrical-coordinate representation of color #C03A68: hue angle of 339.4º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A68 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 104 -
CMYK 0 0.70 0.46 0.25
HSL 339.4º 0.54% 0.49% -
HSV(B) 339.4º 0.7% 0.75% -
XYZ 25.75 15.23 14.68 -
YUV 103.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 192 58 104 0 0.70 0.46 0.25 339.4 0.54 0.49
Hex C0 3A 68 0 46 2E 19 153 36 31
Octal 300 72 150 0 106 56 31 523 66 61
Binary 11000000 111010 1101000 0 1000110 101110 11001 101010011 110110 110001

Color Harmonies of #C03A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A68

Black with #C03A68

Text Example


Text Example

White with #C03A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A68; }

 p { color: rgb(192,58,104); }

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

background-color css

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

 a { background-color: rgb(192,58,104); }

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

border-color css

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

 span { border-color: rgb(192,58,104); }

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