Html Css Color HEX #C4316B Cerise

📋 copy color: '#C4316B'

red 196 ◦ green 49 ◦ blue 107

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

Shades of Cerise #C4316B

Tints of Cerise #C4316B

RGB

 RED value IS 196 (76.95% from 255) = 55.68%

 GREEN value IS 49 (19.53% from 255) = 13.92%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 55.68%
G = 13.92%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4316B (or 0xC4316B) is known color: Cerise. HEX triplet: C4, 31 and 6B. RGB value is (196,49,107). Sum of RGB (Red+Green+Blue) = 196+49+107=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4316B is #3BCE94. Grayscale: #636363. Windows color (decimal): -3919509 or 7025092. OLE color: 7025092.

HSL color Cylindrical-coordinate representation of color #C4316B: hue angle of 336.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4316B is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 107 -
CMYK 0 0.75 0.45 0.23
HSL 336.33º 0.6% 0.48% -
HSV(B) 336.33º 0.75% 0.77% -
XYZ 26.52 14.99 15.41 -
YUV 99.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 196 49 107 0 0.75 0.45 0.23 336.33 0.6 0.48
Hex C4 31 6B 0 4B 2D 17 150 3C 30
Octal 304 61 153 0 113 55 27 520 74 60
Binary 11000100 110001 1101011 0 1001011 101101 10111 101010000 111100 110000

Color Harmonies of #C4316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4316B

Black with #C4316B

Text Example


Text Example

White with #C4316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4316B; }

 p { color: rgb(196,49,107); }

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

background-color css

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

 a { background-color: rgb(196,49,107); }

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

border-color css

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

 span { border-color: rgb(196,49,107); }

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