Html Css Color HEX #C33964 Rouge

📋 copy color: '#C33964'

red 195 ◦ green 57 ◦ blue 100

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

Shades of Rouge #C33964

Tints of Rouge #C33964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 55.4%
G = 16.19%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C33964 (or 0xC33964) is known color: Rouge. HEX triplet: C3, 39 and 64. RGB value is (195,57,100). Sum of RGB (Red+Green+Blue) = 195+57+100=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C33964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33964 is #3CC69B. Grayscale: #676767. Windows color (decimal): -3983004 or 6568387. OLE color: 6568387.

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

Color convert

RGB 195 57 100 -
CMYK 0 0.71 0.49 0.24
HSL 341.3º 0.55% 0.49% -
HSV(B) 341.3º 0.71% 0.76% -
XYZ 26.27 15.45 13.65 -
YUV 103.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 195 57 100 0 0.71 0.49 0.24 341.3 0.55 0.49
Hex C3 39 64 0 47 31 18 155 37 31
Octal 303 71 144 0 107 61 30 525 67 61
Binary 11000011 111001 1100100 0 1000111 110001 11000 101010101 110111 110001

Color Harmonies of #C33964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33964

Black with #C33964

Text Example


Text Example

White with #C33964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33964; }

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

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

background-color css

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

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

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

border-color css

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

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

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