Html Css Color HEX #C3296B Cerise

📋 copy color: '#C3296B'

red 195 ◦ green 41 ◦ blue 107

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

Shades of Cerise #C3296B

Tints of Cerise #C3296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.95%

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

R = 56.85%
G = 11.95%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3296B (or 0xC3296B) is known color: Cerise. HEX triplet: C3, 29 and 6B. RGB value is (195,41,107). Sum of RGB (Red+Green+Blue) = 195+41+107=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3296B is #3CD694. Grayscale: #5E5E5E. Windows color (decimal): -3987093 or 7023043. OLE color: 7023043.

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

Color convert

RGB 195 41 107 -
CMYK 0 0.79 0.45 0.24
HSL 334.29º 0.65% 0.46% -
HSV(B) 334.29º 0.79% 0.76% -
XYZ 25.95 14.25 15.29 -
YUV 94.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 195 41 107 0 0.79 0.45 0.24 334.29 0.65 0.46
Hex C3 29 6B 0 4F 2D 18 14E 41 2E
Octal 303 51 153 0 117 55 30 516 101 56
Binary 11000011 101001 1101011 0 1001111 101101 11000 101001110 1000001 101110

Color Harmonies of #C3296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3296B

Black with #C3296B

Text Example


Text Example

White with #C3296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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