Html Css Color HEX #C3356C Royal Heath

📋 copy color: '#C3356C'

red 195 ◦ green 53 ◦ blue 108

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

Shades of Royal Heath #C3356C

Tints of Royal Heath #C3356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.89%

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

R = 54.78%
G = 14.89%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3356C (or 0xC3356C) is known color: Royal Heath. HEX triplet: C3, 35 and 6C. RGB value is (195,53,108). Sum of RGB (Red+Green+Blue) = 195+53+108=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3356C is #3CCA93. Grayscale: #656565. Windows color (decimal): -3984020 or 7091651. OLE color: 7091651.

HSL color Cylindrical-coordinate representation of color #C3356C: hue angle of 336.76º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3356C is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 108 -
CMYK 0 0.73 0.45 0.24
HSL 336.76º 0.57% 0.49% -
HSV(B) 336.76º 0.73% 0.76% -
XYZ 26.49 15.23 15.73 -
YUV 101.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 195 53 108 0 0.73 0.45 0.24 336.76 0.57 0.49
Hex C3 35 6C 0 49 2D 18 151 39 31
Octal 303 65 154 0 111 55 30 521 71 61
Binary 11000011 110101 1101100 0 1001001 101101 11000 101010001 111001 110001

Color Harmonies of #C3356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3356C

Black with #C3356C

Text Example


Text Example

White with #C3356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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