Html Css Color HEX #C6306C Cerise

📋 copy color: '#C6306C'

red 198 ◦ green 48 ◦ blue 108

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

Shades of Cerise #C6306C

Tints of Cerise #C6306C

RGB

 RED value IS 198 (77.73% from 255) = 55.93%

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 55.93%
G = 13.56%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6306C (or 0xC6306C) is known color: Cerise. HEX triplet: C6, 30 and 6C. RGB value is (198,48,108). Sum of RGB (Red+Green+Blue) = 198+48+108=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6306C is #39CF93. Grayscale: #636363. Windows color (decimal): -3788692 or 7090374. OLE color: 7090374.

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

Color convert

RGB 198 48 108 -
CMYK 0 0.76 0.45 0.22
HSL 336º 0.61% 0.48% -
HSV(B) 336º 0.76% 0.78% -
XYZ 27.05 15.2 15.7 -
YUV 99.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 198 48 108 0 0.76 0.45 0.22 336 0.61 0.48
Hex C6 30 6C 0 4C 2D 16 150 3D 30
Octal 306 60 154 0 114 55 26 520 75 60
Binary 11000110 110000 1101100 0 1001100 101101 10110 101010000 111101 110000

Color Harmonies of #C6306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6306C

Black with #C6306C

Text Example


Text Example

White with #C6306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6306C; }

 p { color: rgb(198,48,108); }

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

background-color css

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

 a { background-color: rgb(198,48,108); }

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

border-color css

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

 span { border-color: rgb(198,48,108); }

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