Html Css Color HEX #C34470 Royal Heath

📋 copy color: '#C34470'

red 195 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #C34470

Tints of Royal Heath #C34470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 52%
G = 18.13%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C34470 (or 0xC34470) is known color: Royal Heath. HEX triplet: C3, 44 and 70. RGB value is (195,68,112). Sum of RGB (Red+Green+Blue) = 195+68+112=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34470 is #3CBB8F. Grayscale: #6E6E6E. Windows color (decimal): -3980176 or 7357635. OLE color: 7357635.

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

Color convert

RGB 195 68 112 -
CMYK 0 0.65 0.43 0.24
HSL 339.21º 0.51% 0.52% -
HSV(B) 339.21º 0.65% 0.76% -
XYZ 27.5 16.91 17.14 -
YUV 110.99 128.58 187.92 -
System Red Green Blue C M Y K H S L
Decimal 195 68 112 0 0.65 0.43 0.24 339.21 0.51 0.52
Hex C3 44 70 0 41 2B 18 153 33 34
Octal 303 104 160 0 101 53 30 523 63 64
Binary 11000011 1000100 1110000 0 1000001 101011 11000 101010011 110011 110100

Color Harmonies of #C34470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34470

Black with #C34470

Text Example


Text Example

White with #C34470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34470; }

 p { color: rgb(195,68,112); }

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

background-color css

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

 a { background-color: rgb(195,68,112); }

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

border-color css

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

 span { border-color: rgb(195,68,112); }

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