Html Css Color HEX #C34675 Royal Heath

📋 copy color: '#C34675'

red 195 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #C34675

Tints of Royal Heath #C34675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

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

R = 51.05%
G = 18.32%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C34675 (or 0xC34675) is known color: Royal Heath. HEX triplet: C3, 46 and 75. RGB value is (195,70,117). Sum of RGB (Red+Green+Blue) = 195+70+117=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34675 is #3CB98A. Grayscale: #707070. Windows color (decimal): -3979659 or 7685827. OLE color: 7685827.

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

Color convert

RGB 195 70 117 -
CMYK 0 0.64 0.4 0.24
HSL 337.44º 0.51% 0.52% -
HSV(B) 337.44º 0.64% 0.76% -
XYZ 27.91 17.27 18.69 -
YUV 112.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 195 70 117 0 0.64 0.4 0.24 337.44 0.51 0.52
Hex C3 46 75 0 40 28 18 151 33 34
Octal 303 106 165 0 100 50 30 521 63 64
Binary 11000011 1000110 1110101 0 1000000 101000 11000 101010001 110011 110100

Color Harmonies of #C34675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34675

Black with #C34675

Text Example


Text Example

White with #C34675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34675; }

 p { color: rgb(195,70,117); }

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

background-color css

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

 a { background-color: rgb(195,70,117); }

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

border-color css

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

 span { border-color: rgb(195,70,117); }

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