Html Css Color HEX #C3446D Royal Heath

📋 copy color: '#C3446D'

red 195 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #C3446D

Tints of Royal Heath #C3446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 52.42%
G = 18.28%
B = 29.3%

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

#C3446D (or 0xC3446D) is known color: Royal Heath. HEX triplet: C3, 44 and 6D. RGB value is (195,68,109). Sum of RGB (Red+Green+Blue) = 195+68+109=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3446D is #3CBB92. Grayscale: #6E6E6E. Windows color (decimal): -3980179 or 7161027. OLE color: 7161027.

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

Color convert

RGB 195 68 109 -
CMYK 0 0.65 0.44 0.24
HSL 340.63º 0.51% 0.52% -
HSV(B) 340.63º 0.65% 0.76% -
XYZ 27.33 16.84 16.28 -
YUV 110.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 195 68 109 0 0.65 0.44 0.24 340.63 0.51 0.52
Hex C3 44 6D 0 41 2C 18 155 33 34
Octal 303 104 155 0 101 54 30 525 63 64
Binary 11000011 1000100 1101101 0 1000001 101100 11000 101010101 110011 110100

Color Harmonies of #C3446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3446D

Black with #C3446D

Text Example


Text Example

White with #C3446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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