Html Css Color HEX #C34270 Royal Heath

📋 copy color: '#C34270'

red 195 ◦ green 66 ◦ blue 112

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

Shades of Royal Heath #C34270

Tints of Royal Heath #C34270

RGB

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

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

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

R = 52.28%
G = 17.69%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C34270 (or 0xC34270) is known color: Royal Heath. HEX triplet: C3, 42 and 70. RGB value is (195,66,112). Sum of RGB (Red+Green+Blue) = 195+66+112=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C34270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34270 is #3CBD8F. Grayscale: #6D6D6D. Windows color (decimal): -3980688 or 7357123. OLE color: 7357123.

HSL color Cylindrical-coordinate representation of color #C34270: hue angle of 338.6º 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 #C34270 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 112 -
CMYK 0 0.66 0.43 0.24
HSL 338.6º 0.52% 0.51% -
HSV(B) 338.6º 0.66% 0.76% -
XYZ 27.38 16.67 17.1 -
YUV 109.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 195 66 112 0 0.66 0.43 0.24 338.6 0.52 0.51
Hex C3 42 70 0 42 2B 18 153 34 33
Octal 303 102 160 0 102 53 30 523 64 63
Binary 11000011 1000010 1110000 0 1000010 101011 11000 101010011 110100 110011

Color Harmonies of #C34270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34270

Black with #C34270

Text Example


Text Example

White with #C34270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34270; }

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

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

background-color css

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

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

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

border-color css

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

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

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