Html Css Color HEX #C3396B Royal Heath

📋 copy color: '#C3396B'

red 195 ◦ green 57 ◦ blue 107

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

Shades of Royal Heath #C3396B

Tints of Royal Heath #C3396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.88%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 54.32%
G = 15.88%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3396B (or 0xC3396B) is known color: Royal Heath. HEX triplet: C3, 39 and 6B. RGB value is (195,57,107). Sum of RGB (Red+Green+Blue) = 195+57+107=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3396B is #3CC694. Grayscale: #676767. Windows color (decimal): -3982997 or 7027139. OLE color: 7027139.

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

Color convert

RGB 195 57 107 -
CMYK 0 0.71 0.45 0.24
HSL 338.26º 0.55% 0.49% -
HSV(B) 338.26º 0.71% 0.76% -
XYZ 26.62 15.59 15.52 -
YUV 103.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 195 57 107 0 0.71 0.45 0.24 338.26 0.55 0.49
Hex C3 39 6B 0 47 2D 18 152 37 31
Octal 303 71 153 0 107 55 30 522 67 61
Binary 11000011 111001 1101011 0 1000111 101101 11000 101010010 110111 110001

Color Harmonies of #C3396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3396B

Black with #C3396B

Text Example


Text Example

White with #C3396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3396B; }

 p { color: rgb(195,57,107); }

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

background-color css

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

 a { background-color: rgb(195,57,107); }

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

border-color css

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

 span { border-color: rgb(195,57,107); }

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