Html Css Color HEX #C12767 Cerise

📋 copy color: '#C12767'

red 193 ◦ green 39 ◦ blue 103

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

Shades of Cerise #C12767

Tints of Cerise #C12767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 57.61%
G = 11.64%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C12767 (or 0xC12767) is known color: Cerise. HEX triplet: C1, 27 and 67. RGB value is (193,39,103). Sum of RGB (Red+Green+Blue) = 193+39+103=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C12767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12767 is #3ED898. Grayscale: #5C5C5C. Windows color (decimal): -4118681 or 6760385. OLE color: 6760385.

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

Color convert

RGB 193 39 103 -
CMYK 0 0.80 0.47 0.24
HSL 335.06º 0.66% 0.45% -
HSV(B) 335.06º 0.8% 0.76% -
XYZ 25.17 13.77 14.16 -
YUV 92.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 193 39 103 0 0.80 0.47 0.24 335.06 0.66 0.45
Hex C1 27 67 0 50 2F 18 14F 42 2D
Octal 301 47 147 0 120 57 30 517 102 55
Binary 11000001 100111 1100111 0 1010000 101111 11000 101001111 1000010 101101

Color Harmonies of #C12767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12767

Black with #C12767

Text Example


Text Example

White with #C12767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12767; }

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

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

background-color css

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

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

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

border-color css

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

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

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