Html Css Color HEX #C03C67 Royal Heath

📋 copy color: '#C03C67'

red 192 ◦ green 60 ◦ blue 103

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

Shades of Royal Heath #C03C67

Tints of Royal Heath #C03C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 54.08%
G = 16.9%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C03C67 (or 0xC03C67) is known color: Royal Heath. HEX triplet: C0, 3C and 67. RGB value is (192,60,103). Sum of RGB (Red+Green+Blue) = 192+60+103=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C67 is #3FC398. Grayscale: #686868. Windows color (decimal): -4178841 or 6765760. OLE color: 6765760.

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

Color convert

RGB 192 60 103 -
CMYK 0 0.69 0.46 0.25
HSL 340.45º 0.52% 0.49% -
HSV(B) 340.45º 0.69% 0.75% -
XYZ 25.8 15.42 14.45 -
YUV 104.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 192 60 103 0 0.69 0.46 0.25 340.45 0.52 0.49
Hex C0 3C 67 0 45 2E 19 154 34 31
Octal 300 74 147 0 105 56 31 524 64 61
Binary 11000000 111100 1100111 0 1000101 101110 11001 101010100 110100 110001

Color Harmonies of #C03C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C67

Black with #C03C67

Text Example


Text Example

White with #C03C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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