Html Css Color HEX #C3466D Royal Heath

📋 copy color: '#C3466D'

red 195 ◦ green 70 ◦ blue 109

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

Shades of Royal Heath #C3466D

Tints of Royal Heath #C3466D

RGB

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

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

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

R = 52.14%
G = 18.72%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3466D (or 0xC3466D) is known color: Royal Heath. HEX triplet: C3, 46 and 6D. RGB value is (195,70,109). Sum of RGB (Red+Green+Blue) = 195+70+109=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3466D is #3CB992. Grayscale: #6F6F6F. Windows color (decimal): -3979667 or 7161539. OLE color: 7161539.

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

Color convert

RGB 195 70 109 -
CMYK 0 0.64 0.44 0.24
HSL 341.28º 0.51% 0.52% -
HSV(B) 341.28º 0.64% 0.76% -
XYZ 27.46 17.09 16.32 -
YUV 111.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 195 70 109 0 0.64 0.44 0.24 341.28 0.51 0.52
Hex C3 46 6D 0 40 2C 18 155 33 34
Octal 303 106 155 0 100 54 30 525 63 64
Binary 11000011 1000110 1101101 0 1000000 101100 11000 101010101 110011 110100

Color Harmonies of #C3466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3466D

Black with #C3466D

Text Example


Text Example

White with #C3466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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