Html Css Color HEX #C04369 Royal Heath

📋 copy color: '#C04369'

red 192 ◦ green 67 ◦ blue 105

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

Shades of Royal Heath #C04369

Tints of Royal Heath #C04369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

 BLUE value IS 105 (41.41% from 255) = 28.85%

R = 52.75%
G = 18.41%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C04369 (or 0xC04369) is known color: Royal Heath. HEX triplet: C0, 43 and 69. RGB value is (192,67,105). Sum of RGB (Red+Green+Blue) = 192+67+105=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C04369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04369 is #3FBC96. Grayscale: #6C6C6C. Windows color (decimal): -4177047 or 6898624. OLE color: 6898624.

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

Color convert

RGB 192 67 105 -
CMYK 0 0.65 0.45 0.25
HSL 341.76º 0.5% 0.51% -
HSV(B) 341.76º 0.65% 0.75% -
XYZ 26.3 16.24 15.11 -
YUV 108.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 192 67 105 0 0.65 0.45 0.25 341.76 0.5 0.51
Hex C0 43 69 0 41 2D 19 156 32 33
Octal 300 103 151 0 101 55 31 526 62 63
Binary 11000000 1000011 1101001 0 1000001 101101 11001 101010110 110010 110011

Color Harmonies of #C04369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04369

Black with #C04369

Text Example


Text Example

White with #C04369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04369; }

 p { color: rgb(192,67,105); }

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

background-color css

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

 a { background-color: rgb(192,67,105); }

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

border-color css

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

 span { border-color: rgb(192,67,105); }

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