Html Css Color HEX #C3446E Royal Heath

📋 copy color: '#C3446E'

red 195 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #C3446E

Tints of Royal Heath #C3446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.49%

R = 52.28%
G = 18.23%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3446E (or 0xC3446E) is known color: Royal Heath. HEX triplet: C3, 44 and 6E. RGB value is (195,68,110). Sum of RGB (Red+Green+Blue) = 195+68+110=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3446E is #3CBB91. Grayscale: #6E6E6E. Windows color (decimal): -3980178 or 7226563. OLE color: 7226563.

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

Color convert

RGB 195 68 110 -
CMYK 0 0.65 0.44 0.24
HSL 340.16º 0.51% 0.52% -
HSV(B) 340.16º 0.65% 0.76% -
XYZ 27.39 16.86 16.56 -
YUV 110.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 195 68 110 0 0.65 0.44 0.24 340.16 0.51 0.52
Hex C3 44 6E 0 41 2C 18 154 33 34
Octal 303 104 156 0 101 54 30 524 63 64
Binary 11000011 1000100 1101110 0 1000001 101100 11000 101010100 110011 110100

Color Harmonies of #C3446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3446E

Black with #C3446E

Text Example


Text Example

White with #C3446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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