Html Css Color HEX #C4306A Cerise

📋 copy color: '#C4306A'

red 196 ◦ green 48 ◦ blue 106

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

Shades of Cerise #C4306A

Tints of Cerise #C4306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 56%
G = 13.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4306A (or 0xC4306A) is known color: Cerise. HEX triplet: C4, 30 and 6A. RGB value is (196,48,106). Sum of RGB (Red+Green+Blue) = 196+48+106=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C4306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4306A is #3BCF95. Grayscale: #626262. Windows color (decimal): -3919766 or 6959300. OLE color: 6959300.

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

Color convert

RGB 196 48 106 -
CMYK 0 0.76 0.46 0.23
HSL 336.49º 0.61% 0.48% -
HSV(B) 336.49º 0.76% 0.77% -
XYZ 26.42 14.89 15.12 -
YUV 98.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 196 48 106 0 0.76 0.46 0.23 336.49 0.61 0.48
Hex C4 30 6A 0 4C 2E 17 150 3D 30
Octal 304 60 152 0 114 56 27 520 75 60
Binary 11000100 110000 1101010 0 1001100 101110 10111 101010000 111101 110000

Color Harmonies of #C4306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4306A

Black with #C4306A

Text Example


Text Example

White with #C4306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4306A; }

 p { color: rgb(196,48,106); }

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

background-color css

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

 a { background-color: rgb(196,48,106); }

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

border-color css

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

 span { border-color: rgb(196,48,106); }

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