Html Css Color HEX #C05075 Royal Heath

📋 copy color: '#C05075'

red 192 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #C05075

Tints of Royal Heath #C05075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 49.36%
G = 20.57%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05075 (or 0xC05075) is known color: Royal Heath. HEX triplet: C0, 50 and 75. RGB value is (192,80,117). Sum of RGB (Red+Green+Blue) = 192+80+117=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C05075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05075 is #3FAF8A. Grayscale: #757575. Windows color (decimal): -4173707 or 7688384. OLE color: 7688384.

HSL color Cylindrical-coordinate representation of color #C05075: hue angle of 340.18º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05075 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 117 -
CMYK 0 0.58 0.39 0.25
HSL 340.18º 0.47% 0.53% -
HSV(B) 340.18º 0.58% 0.75% -
XYZ 27.82 18.23 18.88 -
YUV 117.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 192 80 117 0 0.58 0.39 0.25 340.18 0.47 0.53
Hex C0 50 75 0 3A 27 19 154 2F 35
Octal 300 120 165 0 72 47 31 524 57 65
Binary 11000000 1010000 1110101 0 111010 100111 11001 101010100 101111 110101

Color Harmonies of #C05075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05075

Black with #C05075

Text Example


Text Example

White with #C05075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05075; }

 p { color: rgb(192,80,117); }

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

background-color css

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

 a { background-color: rgb(192,80,117); }

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

border-color css

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

 span { border-color: rgb(192,80,117); }

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