Html Css Color HEX #C2296A Cerise

📋 copy color: '#C2296A'

red 194 ◦ green 41 ◦ blue 106

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

Shades of Cerise #C2296A

Tints of Cerise #C2296A

RGB

 RED value IS 194 (76.17% from 255) = 56.89%

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

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

R = 56.89%
G = 12.02%
B = 31.09%

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

#C2296A (or 0xC2296A) is known color: Cerise. HEX triplet: C2, 29 and 6A. RGB value is (194,41,106). Sum of RGB (Red+Green+Blue) = 194+41+106=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2296A is #3DD695. Grayscale: #5E5E5E. Windows color (decimal): -4052630 or 6957506. OLE color: 6957506.

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

Color convert

RGB 194 41 106 -
CMYK 0 0.79 0.45 0.24
HSL 334.51º 0.65% 0.46% -
HSV(B) 334.51º 0.79% 0.76% -
XYZ 25.64 14.1 15 -
YUV 94.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 194 41 106 0 0.79 0.45 0.24 334.51 0.65 0.46
Hex C2 29 6A 0 4F 2D 18 14F 41 2E
Octal 302 51 152 0 117 55 30 517 101 56
Binary 11000010 101001 1101010 0 1001111 101101 11000 101001111 1000001 101110

Color Harmonies of #C2296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2296A

Black with #C2296A

Text Example


Text Example

White with #C2296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2296A; }

 p { color: rgb(194,41,106); }

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

background-color css

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

 a { background-color: rgb(194,41,106); }

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

border-color css

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

 span { border-color: rgb(194,41,106); }

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