Html Css Color HEX #C6346F Cerise

📋 copy color: '#C6346F'

red 198 ◦ green 52 ◦ blue 111

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

Shades of Cerise #C6346F

Tints of Cerise #C6346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 54.85%
G = 14.4%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6346F (or 0xC6346F) is known color: Cerise. HEX triplet: C6, 34 and 6F. RGB value is (198,52,111). Sum of RGB (Red+Green+Blue) = 198+52+111=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6346F is #39CB90. Grayscale: #666666. Windows color (decimal): -3787665 or 7288006. OLE color: 7288006.

HSL color Cylindrical-coordinate representation of color #C6346F: hue angle of 335.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6346F is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 111 -
CMYK 0 0.74 0.44 0.22
HSL 335.75º 0.58% 0.49% -
HSV(B) 335.75º 0.74% 0.78% -
XYZ 27.39 15.61 16.61 -
YUV 102.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 198 52 111 0 0.74 0.44 0.22 335.75 0.58 0.49
Hex C6 34 6F 0 4A 2C 16 150 3A 31
Octal 306 64 157 0 112 54 26 520 72 61
Binary 11000110 110100 1101111 0 1001010 101100 10110 101010000 111010 110001

Color Harmonies of #C6346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6346F

Black with #C6346F

Text Example


Text Example

White with #C6346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6346F; }

 p { color: rgb(198,52,111); }

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

background-color css

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

 a { background-color: rgb(198,52,111); }

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

border-color css

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

 span { border-color: rgb(198,52,111); }

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