Html Css Color HEX #C6296B Cerise

📋 copy color: '#C6296B'

red 198 ◦ green 41 ◦ blue 107

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

Shades of Cerise #C6296B

Tints of Cerise #C6296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

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

R = 57.23%
G = 11.85%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6296B (or 0xC6296B) is known color: Cerise. HEX triplet: C6, 29 and 6B. RGB value is (198,41,107). Sum of RGB (Red+Green+Blue) = 198+41+107=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6296B is #39D694. Grayscale: #5F5F5F. Windows color (decimal): -3790485 or 7023046. OLE color: 7023046.

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

Color convert

RGB 198 41 107 -
CMYK 0 0.79 0.46 0.22
HSL 334.78º 0.66% 0.47% -
HSV(B) 334.78º 0.79% 0.78% -
XYZ 26.74 14.65 15.33 -
YUV 95.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 198 41 107 0 0.79 0.46 0.22 334.78 0.66 0.47
Hex C6 29 6B 0 4F 2E 16 14F 42 2F
Octal 306 51 153 0 117 56 26 517 102 57
Binary 11000110 101001 1101011 0 1001111 101110 10110 101001111 1000010 101111

Color Harmonies of #C6296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6296B

Black with #C6296B

Text Example


Text Example

White with #C6296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6296B; }

 p { color: rgb(198,41,107); }

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

background-color css

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

 a { background-color: rgb(198,41,107); }

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

border-color css

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

 span { border-color: rgb(198,41,107); }

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