Html Css Color HEX #C03F6A Royal Heath

📋 copy color: '#C03F6A'

red 192 ◦ green 63 ◦ blue 106

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

Shades of Royal Heath #C03F6A

Tints of Royal Heath #C03F6A

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 53.19%
G = 17.45%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C03F6A (or 0xC03F6A) is known color: Royal Heath. HEX triplet: C0, 3F and 6A. RGB value is (192,63,106). Sum of RGB (Red+Green+Blue) = 192+63+106=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F6A is #3FC095. Grayscale: #6A6A6A. Windows color (decimal): -4178070 or 6963136. OLE color: 6963136.

HSL color Cylindrical-coordinate representation of color #C03F6A: hue angle of 340º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F6A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 106 -
CMYK 0 0.67 0.45 0.25
HSL 340º 0.51% 0.5% -
HSV(B) 340º 0.67% 0.75% -
XYZ 26.12 15.8 15.31 -
YUV 106.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 192 63 106 0 0.67 0.45 0.25 340 0.51 0.5
Hex C0 3F 6A 0 43 2D 19 154 33 32
Octal 300 77 152 0 103 55 31 524 63 62
Binary 11000000 111111 1101010 0 1000011 101101 11001 101010100 110011 110010

Color Harmonies of #C03F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F6A

Black with #C03F6A

Text Example


Text Example

White with #C03F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F6A; }

 p { color: rgb(192,63,106); }

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

background-color css

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

 a { background-color: rgb(192,63,106); }

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

border-color css

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

 span { border-color: rgb(192,63,106); }

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