Html Css Color HEX #C2286A Cerise

📋 copy color: '#C2286A'

red 194 ◦ green 40 ◦ blue 106

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

Shades of Cerise #C2286A

Tints of Cerise #C2286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

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

R = 57.06%
G = 11.76%
B = 31.18%

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

#C2286A (or 0xC2286A) is known color: Cerise. HEX triplet: C2, 28 and 6A. RGB value is (194,40,106). Sum of RGB (Red+Green+Blue) = 194+40+106=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2286A is #3DD795. Grayscale: #5D5D5D. Windows color (decimal): -4052886 or 6957250. OLE color: 6957250.

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

Color convert

RGB 194 40 106 -
CMYK 0 0.79 0.45 0.24
HSL 334.29º 0.66% 0.46% -
HSV(B) 334.29º 0.79% 0.76% -
XYZ 25.61 14.03 14.99 -
YUV 93.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 194 40 106 0 0.79 0.45 0.24 334.29 0.66 0.46
Hex C2 28 6A 0 4F 2D 18 14E 42 2E
Octal 302 50 152 0 117 55 30 516 102 56
Binary 11000010 101000 1101010 0 1001111 101101 11000 101001110 1000010 101110

Color Harmonies of #C2286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2286A

Black with #C2286A

Text Example


Text Example

White with #C2286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2286A; }

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

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

background-color css

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

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

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

border-color css

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

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

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