Html Css Color HEX #C3416C Royal Heath

📋 copy color: '#C3416C'

red 195 ◦ green 65 ◦ blue 108

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

Shades of Royal Heath #C3416C

Tints of Royal Heath #C3416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 52.99%
G = 17.66%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3416C (or 0xC3416C) is known color: Royal Heath. HEX triplet: C3, 41 and 6C. RGB value is (195,65,108). Sum of RGB (Red+Green+Blue) = 195+65+108=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3416C is #3CBE93. Grayscale: #6C6C6C. Windows color (decimal): -3980948 or 7094723. OLE color: 7094723.

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

Color convert

RGB 195 65 108 -
CMYK 0 0.67 0.45 0.24
HSL 340.15º 0.52% 0.51% -
HSV(B) 340.15º 0.67% 0.76% -
XYZ 27.1 16.47 15.94 -
YUV 108.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 195 65 108 0 0.67 0.45 0.24 340.15 0.52 0.51
Hex C3 41 6C 0 43 2D 18 154 34 33
Octal 303 101 154 0 103 55 30 524 64 63
Binary 11000011 1000001 1101100 0 1000011 101101 11000 101010100 110100 110011

Color Harmonies of #C3416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3416C

Black with #C3416C

Text Example


Text Example

White with #C3416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3416C; }

 p { color: rgb(195,65,108); }

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

background-color css

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

 a { background-color: rgb(195,65,108); }

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

border-color css

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

 span { border-color: rgb(195,65,108); }

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