Html Css Color HEX #C12769 Cerise

📋 copy color: '#C12769'

red 193 ◦ green 39 ◦ blue 105

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

Shades of Cerise #C12769

Tints of Cerise #C12769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 57.27%
G = 11.57%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C12769 (or 0xC12769) is known color: Cerise. HEX triplet: C1, 27 and 69. RGB value is (193,39,105). Sum of RGB (Red+Green+Blue) = 193+39+105=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C12769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12769 is #3ED896. Grayscale: #5C5C5C. Windows color (decimal): -4118679 or 6891457. OLE color: 6891457.

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

Color convert

RGB 193 39 105 -
CMYK 0 0.80 0.46 0.24
HSL 334.29º 0.66% 0.45% -
HSV(B) 334.29º 0.8% 0.76% -
XYZ 25.27 13.81 14.7 -
YUV 92.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 193 39 105 0 0.80 0.46 0.24 334.29 0.66 0.45
Hex C1 27 69 0 50 2E 18 14E 42 2D
Octal 301 47 151 0 120 56 30 516 102 55
Binary 11000001 100111 1101001 0 1010000 101110 11000 101001110 1000010 101101

Color Harmonies of #C12769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12769

Black with #C12769

Text Example


Text Example

White with #C12769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12769; }

 p { color: rgb(193,39,105); }

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

background-color css

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

 a { background-color: rgb(193,39,105); }

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

border-color css

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

 span { border-color: rgb(193,39,105); }

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