Html Css Color HEX #C63F6A Cabaret

📋 copy color: '#C63F6A'

red 198 ◦ green 63 ◦ blue 106

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

Shades of Cabaret #C63F6A

Tints of Cabaret #C63F6A

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

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

R = 53.95%
G = 17.17%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C63F6A (or 0xC63F6A) is known color: Cabaret. HEX triplet: C6, 3F and 6A. RGB value is (198,63,106). Sum of RGB (Red+Green+Blue) = 198+63+106=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F6A is #39C095. Grayscale: #6C6C6C. Windows color (decimal): -3784854 or 6963142. OLE color: 6963142.

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

Color convert

RGB 198 63 106 -
CMYK 0 0.68 0.46 0.22
HSL 340.89º 0.54% 0.51% -
HSV(B) 340.89º 0.68% 0.78% -
XYZ 27.67 16.6 15.38 -
YUV 108.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 198 63 106 0 0.68 0.46 0.22 340.89 0.54 0.51
Hex C6 3F 6A 0 44 2E 16 155 36 33
Octal 306 77 152 0 104 56 26 525 66 63
Binary 11000110 111111 1101010 0 1000100 101110 10110 101010101 110110 110011

Color Harmonies of #C63F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F6A

Black with #C63F6A

Text Example


Text Example

White with #C63F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F6A; }

 p { color: rgb(198,63,106); }

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

background-color css

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

 a { background-color: rgb(198,63,106); }

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

border-color css

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

 span { border-color: rgb(198,63,106); }

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