Html Css Color HEX #C63F65 Cabaret

📋 copy color: '#C63F65'

red 198 ◦ green 63 ◦ blue 101

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

Shades of Cabaret #C63F65

Tints of Cabaret #C63F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 54.7%
G = 17.4%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C63F65 (or 0xC63F65) is known color: Cabaret. HEX triplet: C6, 3F and 65. RGB value is (198,63,101). Sum of RGB (Red+Green+Blue) = 198+63+101=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F65 is #39C09A. Grayscale: #6B6B6B. Windows color (decimal): -3784859 or 6635462. OLE color: 6635462.

HSL color Cylindrical-coordinate representation of color #C63F65: hue angle of 343.11º 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 #C63F65 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 101 -
CMYK 0 0.68 0.49 0.22
HSL 343.11º 0.54% 0.51% -
HSV(B) 343.11º 0.68% 0.78% -
XYZ 27.42 16.5 14.05 -
YUV 107.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 198 63 101 0 0.68 0.49 0.22 343.11 0.54 0.51
Hex C6 3F 65 0 44 31 16 157 36 33
Octal 306 77 145 0 104 61 26 527 66 63
Binary 11000110 111111 1100101 0 1000100 110001 10110 101010111 110110 110011

Color Harmonies of #C63F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F65

Black with #C63F65

Text Example


Text Example

White with #C63F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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