Html Css Color HEX #C2276A Cerise

📋 copy color: '#C2276A'

red 194 ◦ green 39 ◦ blue 106

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

Shades of Cerise #C2276A

Tints of Cerise #C2276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

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

R = 57.23%
G = 11.5%
B = 31.27%

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

#C2276A (or 0xC2276A) is known color: Cerise. HEX triplet: C2, 27 and 6A. RGB value is (194,39,106). Sum of RGB (Red+Green+Blue) = 194+39+106=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2276A is #3DD895. Grayscale: #5C5C5C. Windows color (decimal): -4053142 or 6956994. OLE color: 6956994.

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

Color convert

RGB 194 39 106 -
CMYK 0 0.80 0.45 0.24
HSL 334.06º 0.67% 0.46% -
HSV(B) 334.06º 0.8% 0.76% -
XYZ 25.58 13.96 14.98 -
YUV 92.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 194 39 106 0 0.80 0.45 0.24 334.06 0.67 0.46
Hex C2 27 6A 0 50 2D 18 14E 43 2E
Octal 302 47 152 0 120 55 30 516 103 56
Binary 11000010 100111 1101010 0 1010000 101101 11000 101001110 1000011 101110

Color Harmonies of #C2276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2276A

Black with #C2276A

Text Example


Text Example

White with #C2276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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