Html Css Color HEX #C34272 Royal Heath

📋 copy color: '#C34272'

red 195 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #C34272

Tints of Royal Heath #C34272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 52%
G = 17.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C34272 (or 0xC34272) is known color: Royal Heath. HEX triplet: C3, 42 and 72. RGB value is (195,66,114). Sum of RGB (Red+Green+Blue) = 195+66+114=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34272 is #3CBD8D. Grayscale: #6D6D6D. Windows color (decimal): -3980686 or 7488195. OLE color: 7488195.

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

Color convert

RGB 195 66 114 -
CMYK 0 0.66 0.42 0.24
HSL 337.67º 0.52% 0.51% -
HSV(B) 337.67º 0.66% 0.76% -
XYZ 27.49 16.71 17.7 -
YUV 110.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 195 66 114 0 0.66 0.42 0.24 337.67 0.52 0.51
Hex C3 42 72 0 42 2A 18 152 34 33
Octal 303 102 162 0 102 52 30 522 64 63
Binary 11000011 1000010 1110010 0 1000010 101010 11000 101010010 110100 110011

Color Harmonies of #C34272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34272

Black with #C34272

Text Example


Text Example

White with #C34272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34272; }

 p { color: rgb(195,66,114); }

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

background-color css

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

 a { background-color: rgb(195,66,114); }

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

border-color css

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

 span { border-color: rgb(195,66,114); }

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