Html Css Color HEX #C34077 Royal Heath

📋 copy color: '#C34077'

red 195 ◦ green 64 ◦ blue 119

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

Shades of Royal Heath #C34077

Tints of Royal Heath #C34077

RGB

 RED value IS 195 (76.56% from 255) = 51.59%

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 51.59%
G = 16.93%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C34077 (or 0xC34077) is known color: Royal Heath. HEX triplet: C3, 40 and 77. RGB value is (195,64,119). Sum of RGB (Red+Green+Blue) = 195+64+119=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C34077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34077 is #3CBF88. Grayscale: #6D6D6D. Windows color (decimal): -3981193 or 7815363. OLE color: 7815363.

HSL color Cylindrical-coordinate representation of color #C34077: hue angle of 334.81º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34077 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 119 -
CMYK 0 0.67 0.39 0.24
HSL 334.81º 0.52% 0.51% -
HSV(B) 334.81º 0.67% 0.76% -
XYZ 27.67 16.6 19.2 -
YUV 109.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 195 64 119 0 0.67 0.39 0.24 334.81 0.52 0.51
Hex C3 40 77 0 43 27 18 14F 34 33
Octal 303 100 167 0 103 47 30 517 64 63
Binary 11000011 1000000 1110111 0 1000011 100111 11000 101001111 110100 110011

Color Harmonies of #C34077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34077

Black with #C34077

Text Example


Text Example

White with #C34077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34077; }

 p { color: rgb(195,64,119); }

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

background-color css

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

 a { background-color: rgb(195,64,119); }

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

border-color css

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

 span { border-color: rgb(195,64,119); }

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