Html Css Color HEX #C33A63 Rouge

📋 copy color: '#C33A63'

red 195 ◦ green 58 ◦ blue 99

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

Shades of Rouge #C33A63

Tints of Rouge #C33A63

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 55.4%
G = 16.48%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C33A63 (or 0xC33A63) is known color: Rouge. HEX triplet: C3, 3A and 63. RGB value is (195,58,99). Sum of RGB (Red+Green+Blue) = 195+58+99=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A63 is #3CC59C. Grayscale: #676767. Windows color (decimal): -3982749 or 6503107. OLE color: 6503107.

HSL color Cylindrical-coordinate representation of color #C33A63: hue angle of 342.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A63 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 99 -
CMYK 0 0.70 0.49 0.24
HSL 342.04º 0.54% 0.5% -
HSV(B) 342.04º 0.7% 0.76% -
XYZ 26.27 15.53 13.42 -
YUV 103.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 195 58 99 0 0.70 0.49 0.24 342.04 0.54 0.5
Hex C3 3A 63 0 46 31 18 156 36 32
Octal 303 72 143 0 106 61 30 526 66 62
Binary 11000011 111010 1100011 0 1000110 110001 11000 101010110 110110 110010

Color Harmonies of #C33A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A63

Black with #C33A63

Text Example


Text Example

White with #C33A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A63; }

 p { color: rgb(195,58,99); }

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

background-color css

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

 a { background-color: rgb(195,58,99); }

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

border-color css

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

 span { border-color: rgb(195,58,99); }

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