Html Css Color HEX #C3396A Royal Heath

📋 copy color: '#C3396A'

red 195 ◦ green 57 ◦ blue 106

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

Shades of Royal Heath #C3396A

Tints of Royal Heath #C3396A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 54.47%
G = 15.92%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3396A (or 0xC3396A) is known color: Royal Heath. HEX triplet: C3, 39 and 6A. RGB value is (195,57,106). Sum of RGB (Red+Green+Blue) = 195+57+106=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3396A is #3CC695. Grayscale: #676767. Windows color (decimal): -3982998 or 6961603. OLE color: 6961603.

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

Color convert

RGB 195 57 106 -
CMYK 0 0.71 0.46 0.24
HSL 338.7º 0.55% 0.49% -
HSV(B) 338.7º 0.71% 0.76% -
XYZ 26.57 15.57 15.24 -
YUV 103.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 195 57 106 0 0.71 0.46 0.24 338.7 0.55 0.49
Hex C3 39 6A 0 47 2E 18 153 37 31
Octal 303 71 152 0 107 56 30 523 67 61
Binary 11000011 111001 1101010 0 1000111 101110 11000 101010011 110111 110001

Color Harmonies of #C3396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3396A

Black with #C3396A

Text Example


Text Example

White with #C3396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3396A; }

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

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

background-color css

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

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

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

border-color css

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

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

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