Html Css Color HEX #C12B68 Cerise

📋 copy color: '#C12B68'

red 193 ◦ green 43 ◦ blue 104

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

Shades of Cerise #C12B68

Tints of Cerise #C12B68

RGB

 RED value IS 193 (75.78% from 255) = 56.76%

 GREEN value IS 43 (17.19% from 255) = 12.65%

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

R = 56.76%
G = 12.65%
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

#C12B68 (or 0xC12B68) is known color: Cerise. HEX triplet: C1, 2B and 68. RGB value is (193,43,104). Sum of RGB (Red+Green+Blue) = 193+43+104=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B68 is #3ED497. Grayscale: #5E5E5E. Windows color (decimal): -4117656 or 6826945. OLE color: 6826945.

HSL color Cylindrical-coordinate representation of color #C12B68: hue angle of 335.6º 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 #C12B68 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 43 104 -
CMYK 0 0.78 0.46 0.24
HSL 335.6º 0.64% 0.46% -
HSV(B) 335.6º 0.78% 0.76% -
XYZ 25.35 14.06 14.48 -
YUV 94.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 193 43 104 0 0.78 0.46 0.24 335.6 0.64 0.46
Hex C1 2B 68 0 4E 2E 18 150 40 2E
Octal 301 53 150 0 116 56 30 520 100 56
Binary 11000001 101011 1101000 0 1001110 101110 11000 101010000 1000000 101110

Color Harmonies of #C12B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B68

Black with #C12B68

Text Example


Text Example

White with #C12B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B68; }

 p { color: rgb(193,43,104); }

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

background-color css

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

 a { background-color: rgb(193,43,104); }

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

border-color css

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

 span { border-color: rgb(193,43,104); }

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