Html Css Color HEX #C2266A Cerise

📋 copy color: '#C2266A'

red 194 ◦ green 38 ◦ blue 106

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

Shades of Cerise #C2266A

Tints of Cerise #C2266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.24%

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

R = 57.4%
G = 11.24%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2266A (or 0xC2266A) is known color: Cerise. HEX triplet: C2, 26 and 6A. RGB value is (194,38,106). Sum of RGB (Red+Green+Blue) = 194+38+106=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2266A is #3DD995. Grayscale: #5C5C5C. Windows color (decimal): -4053398 or 6956738. OLE color: 6956738.

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

Color convert

RGB 194 38 106 -
CMYK 0 0.80 0.45 0.24
HSL 333.85º 0.67% 0.45% -
HSV(B) 333.85º 0.8% 0.76% -
XYZ 25.54 13.9 14.97 -
YUV 92.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 194 38 106 0 0.80 0.45 0.24 333.85 0.67 0.45
Hex C2 26 6A 0 50 2D 18 14E 43 2D
Octal 302 46 152 0 120 55 30 516 103 55
Binary 11000010 100110 1101010 0 1010000 101101 11000 101001110 1000011 101101

Color Harmonies of #C2266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2266A

Black with #C2266A

Text Example


Text Example

White with #C2266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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