Html Css Color HEX #C04169 Royal Heath

📋 copy color: '#C04169'

red 192 ◦ green 65 ◦ blue 105

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

Shades of Royal Heath #C04169

Tints of Royal Heath #C04169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 53.04%
G = 17.96%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C04169 (or 0xC04169) is known color: Royal Heath. HEX triplet: C0, 41 and 69. RGB value is (192,65,105). Sum of RGB (Red+Green+Blue) = 192+65+105=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C04169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04169 is #3FBE96. Grayscale: #6B6B6B. Windows color (decimal): -4177559 or 6898112. OLE color: 6898112.

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

Color convert

RGB 192 65 105 -
CMYK 0 0.66 0.45 0.25
HSL 341.1º 0.5% 0.5% -
HSV(B) 341.1º 0.66% 0.75% -
XYZ 26.18 16.01 15.07 -
YUV 107.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 192 65 105 0 0.66 0.45 0.25 341.1 0.5 0.5
Hex C0 41 69 0 42 2D 19 155 32 32
Octal 300 101 151 0 102 55 31 525 62 62
Binary 11000000 1000001 1101001 0 1000010 101101 11001 101010101 110010 110010

Color Harmonies of #C04169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04169

Black with #C04169

Text Example


Text Example

White with #C04169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04169; }

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

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

background-color css

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

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

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

border-color css

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

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

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