Html Css Color HEX #C03670 Royal Heath

📋 copy color: '#C03670'

red 192 ◦ green 54 ◦ blue 112

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

Shades of Royal Heath #C03670

Tints of Royal Heath #C03670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 53.63%
G = 15.08%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C03670 (or 0xC03670) is known color: Royal Heath. HEX triplet: C0, 36 and 70. RGB value is (192,54,112). Sum of RGB (Red+Green+Blue) = 192+54+112=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C03670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03670 is #3FC98F. Grayscale: #656565. Windows color (decimal): -4180368 or 7354048. OLE color: 7354048.

HSL color Cylindrical-coordinate representation of color #C03670: hue angle of 334.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03670 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 112 -
CMYK 0 0.72 0.42 0.25
HSL 334.78º 0.56% 0.48% -
HSV(B) 334.78º 0.72% 0.75% -
XYZ 25.98 15.01 16.86 -
YUV 101.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 192 54 112 0 0.72 0.42 0.25 334.78 0.56 0.48
Hex C0 36 70 0 48 2A 19 14F 38 30
Octal 300 66 160 0 110 52 31 517 70 60
Binary 11000000 110110 1110000 0 1001000 101010 11001 101001111 111000 110000

Color Harmonies of #C03670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03670

Black with #C03670

Text Example


Text Example

White with #C03670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03670; }

 p { color: rgb(192,54,112); }

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

background-color css

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

 a { background-color: rgb(192,54,112); }

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

border-color css

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

 span { border-color: rgb(192,54,112); }

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