Html Css Color HEX #C2256A Cerise

📋 copy color: '#C2256A'

red 194 ◦ green 37 ◦ blue 106

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

Shades of Cerise #C2256A

Tints of Cerise #C2256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

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

R = 57.57%
G = 10.98%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2256A (or 0xC2256A) is known color: Cerise. HEX triplet: C2, 25 and 6A. RGB value is (194,37,106). Sum of RGB (Red+Green+Blue) = 194+37+106=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2256A is #3DDA95. Grayscale: #5B5B5B. Windows color (decimal): -4053654 or 6956482. OLE color: 6956482.

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

Color convert

RGB 194 37 106 -
CMYK 0 0.81 0.45 0.24
HSL 333.63º 0.68% 0.45% -
HSV(B) 333.63º 0.81% 0.76% -
XYZ 25.51 13.83 14.96 -
YUV 91.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 194 37 106 0 0.81 0.45 0.24 333.63 0.68 0.45
Hex C2 25 6A 0 51 2D 18 14E 44 2D
Octal 302 45 152 0 121 55 30 516 104 55
Binary 11000010 100101 1101010 0 1010001 101101 11000 101001110 1000100 101101

Color Harmonies of #C2256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2256A

Black with #C2256A

Text Example


Text Example

White with #C2256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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