Html Css Color HEX #C22A68 Cerise

📋 copy color: '#C22A68'

red 194 ◦ green 42 ◦ blue 104

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

Shades of Cerise #C22A68

Tints of Cerise #C22A68

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 57.06%
G = 12.35%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C22A68 (or 0xC22A68) is known color: Cerise. HEX triplet: C2, 2A and 68. RGB value is (194,42,104). Sum of RGB (Red+Green+Blue) = 194+42+104=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A68 is #3DD597. Grayscale: #5E5E5E. Windows color (decimal): -4052376 or 6826690. OLE color: 6826690.

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

Color convert

RGB 194 42 104 -
CMYK 0 0.78 0.46 0.24
HSL 335.53º 0.64% 0.46% -
HSV(B) 335.53º 0.78% 0.76% -
XYZ 25.57 14.12 14.48 -
YUV 94.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 194 42 104 0 0.78 0.46 0.24 335.53 0.64 0.46
Hex C2 2A 68 0 4E 2E 18 150 40 2E
Octal 302 52 150 0 116 56 30 520 100 56
Binary 11000010 101010 1101000 0 1001110 101110 11000 101010000 1000000 101110

Color Harmonies of #C22A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A68

Black with #C22A68

Text Example


Text Example

White with #C22A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A68; }

 p { color: rgb(194,42,104); }

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

background-color css

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

 a { background-color: rgb(194,42,104); }

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

border-color css

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

 span { border-color: rgb(194,42,104); }

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