Html Css Color HEX #C3386A Royal Heath

📋 copy color: '#C3386A'

red 195 ◦ green 56 ◦ blue 106

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

Shades of Royal Heath #C3386A

Tints of Royal Heath #C3386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

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

R = 54.62%
G = 15.69%
B = 29.69%

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

#C3386A (or 0xC3386A) is known color: Royal Heath. HEX triplet: C3, 38 and 6A. RGB value is (195,56,106). Sum of RGB (Red+Green+Blue) = 195+56+106=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3386A is #3CC795. Grayscale: #676767. Windows color (decimal): -3983254 or 6961347. OLE color: 6961347.

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

Color convert

RGB 195 56 106 -
CMYK 0 0.71 0.46 0.24
HSL 338.42º 0.55% 0.49% -
HSV(B) 338.42º 0.71% 0.76% -
XYZ 26.52 15.47 15.22 -
YUV 103.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 195 56 106 0 0.71 0.46 0.24 338.42 0.55 0.49
Hex C3 38 6A 0 47 2E 18 152 37 31
Octal 303 70 152 0 107 56 30 522 67 61
Binary 11000011 111000 1101010 0 1000111 101110 11000 101010010 110111 110001

Color Harmonies of #C3386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3386A

Black with #C3386A

Text Example


Text Example

White with #C3386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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