Html Css Color HEX #C94075 Royal Heath

📋 copy color: '#C94075'

red 201 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #C94075

Tints of Royal Heath #C94075

RGB

 RED value IS 201 (78.91% from 255) = 52.62%

 GREEN value IS 64 (25.39% from 255) = 16.75%

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

R = 52.62%
G = 16.75%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94075 (or 0xC94075) is known color: Royal Heath. HEX triplet: C9, 40 and 75. RGB value is (201,64,117). Sum of RGB (Red+Green+Blue) = 201+64+117=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C94075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94075 is #36BF8A. Grayscale: #6E6E6E. Windows color (decimal): -3587979 or 7684297. OLE color: 7684297.

HSL color Cylindrical-coordinate representation of color #C94075: hue angle of 336.79º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94075 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 117 -
CMYK 0 0.68 0.42 0.21
HSL 336.79º 0.56% 0.52% -
HSV(B) 336.79º 0.68% 0.79% -
XYZ 29.13 17.37 18.65 -
YUV 111.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 201 64 117 0 0.68 0.42 0.21 336.79 0.56 0.52
Hex C9 40 75 0 44 2A 15 151 38 34
Octal 311 100 165 0 104 52 25 521 70 64
Binary 11001001 1000000 1110101 0 1000100 101010 10101 101010001 111000 110100

Color Harmonies of #C94075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94075

Black with #C94075

Text Example


Text Example

White with #C94075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94075; }

 p { color: rgb(201,64,117); }

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

background-color css

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

 a { background-color: rgb(201,64,117); }

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

border-color css

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

 span { border-color: rgb(201,64,117); }

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