Html Css Color HEX #C6236C Cerise

📋 copy color: '#C6236C'

red 198 ◦ green 35 ◦ blue 108

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

Shades of Cerise #C6236C

Tints of Cerise #C6236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

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

R = 58.06%
G = 10.26%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6236C (or 0xC6236C) is known color: Cerise. HEX triplet: C6, 23 and 6C. RGB value is (198,35,108). Sum of RGB (Red+Green+Blue) = 198+35+108=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6236C is #39DC93. Grayscale: #5B5B5B. Windows color (decimal): -3792020 or 7087046. OLE color: 7087046.

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

Color convert

RGB 198 35 108 -
CMYK 0 0.82 0.45 0.22
HSL 333.13º 0.7% 0.46% -
HSV(B) 333.13º 0.82% 0.78% -
XYZ 26.6 14.29 15.54 -
YUV 92.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 198 35 108 0 0.82 0.45 0.22 333.13 0.7 0.46
Hex C6 23 6C 0 52 2D 16 14D 46 2E
Octal 306 43 154 0 122 55 26 515 106 56
Binary 11000110 100011 1101100 0 1010010 101101 10110 101001101 1000110 101110

Color Harmonies of #C6236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6236C

Black with #C6236C

Text Example


Text Example

White with #C6236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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