Html Css Color HEX #C3456D Royal Heath

📋 copy color: '#C3456D'

red 195 ◦ green 69 ◦ blue 109

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

Shades of Royal Heath #C3456D

Tints of Royal Heath #C3456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

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

R = 52.28%
G = 18.5%
B = 29.22%

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

#C3456D (or 0xC3456D) is known color: Royal Heath. HEX triplet: C3, 45 and 6D. RGB value is (195,69,109). Sum of RGB (Red+Green+Blue) = 195+69+109=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3456D is #3CBA92. Grayscale: #6F6F6F. Windows color (decimal): -3979923 or 7161283. OLE color: 7161283.

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

Color convert

RGB 195 69 109 -
CMYK 0 0.65 0.44 0.24
HSL 340.95º 0.51% 0.52% -
HSV(B) 340.95º 0.65% 0.76% -
XYZ 27.39 16.96 16.3 -
YUV 111.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 195 69 109 0 0.65 0.44 0.24 340.95 0.51 0.52
Hex C3 45 6D 0 41 2C 18 155 33 34
Octal 303 105 155 0 101 54 30 525 63 64
Binary 11000011 1000101 1101101 0 1000001 101100 11000 101010101 110011 110100

Color Harmonies of #C3456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3456D

Black with #C3456D

Text Example


Text Example

White with #C3456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3456D; }

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

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

background-color css

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

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

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

border-color css

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

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

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